Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The operator !~ is not supported by the text field

sneha June 1, 2016

In JIRA when try to search a text it works fine with the below:

eg: Issuetype in (task, Sub-task) and text ~ Bug

 

But doesnt work with the below:

Issuetype in (task, Sub-task) and text !~ Bug

1 answer

0 votes
Nic Brough -Adaptavist-
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.
June 2, 2016

Yes, it doesn't work, the operator is invalid.

Negating fuzzy searches is generally not that useful.  You could try ... and not (text ~ Bug) instead, although I suspect you won't get the results you expect.

Suggest an answer

Log in or Sign up to answer