Issue Details (XML | Word | Printable)

Key: JRA-8853
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Alastair Growcott
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Improved text searches in filters - text exclusion only

Created: 20/Dec/05 08:20 AM   Updated: 21/Dec/05 01:30 AM
Component/s: Filtering & Indexing
Affects Version/s: 3.3.3
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Alastair Growcott and Jeff Turner [Atlassian]
Since last comment: 2 years, 41 weeks, 4 days ago
Resolution Date: 21/Dec/05 01:30 AM
Labels:


 Description  « Hide
E.g. I want to be able to filter for all open, in progress, or reopened issues in a specific project with summaries that do not contain the phrase ""Merge request".

According to the help files, you can search for entries where the text contains A but not B, but you simply cannot search for entries where the text does not contain B. All text exclusions require a text inclusion term before they work properly.

I find this very limiting and unnecessary.

There are many text search syntaxes, of which the most famous is regexp. Many of them allow such a search. it is sad that the Jira text search capability does not allow this. Perhaps the best solution is to allow regexp searches as an advanced function.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 21/Dec/05 01:30 AM
Yes, it certainly would be nice if JIRA's search could do 'not' conditions. It is actually a limitation imposed by the way we do searching - the Lucene library uses inverted word trees, so needs something to search on.

We are tracking this general issue at:

http://jira.atlassian.com/browse/JRA-1560

Please could you vote there, and add yourself as a watcher if you wish to be notified of updates.

Cheers,
Jeff