how to search Excluded term on issue navigator?

fabby February 19, 2012

can i use issue navigator to search issues which exclude some word?

for example,

To search for documents that contain "Sanity" but not "sim"

i try to use summary ~ "Sanity " -sim ,but got an error :
Error in the JQL Query: Expecting either 'OR' or 'AND' but got '-sim'. (line 1, character 21)
my jira version is :jira 4.4.1,

1 answer

1 accepted

0 votes
Answer accepted
Eva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 27, 2012

you can use !~. For example: summary ~ "Sanity" and summary !~ 'Sim'

Suggest an answer

Log in or Sign up to answer