-
Type:
Suggestion
-
Resolution: Won't Do
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Steps to Reproduce
- Navigating to the Advanced Search, using the following parameter should not display the issue TESTONE-1:
comment !~ "foo"
- This issue is reproducible using the same parameter in the Advanced Search JQL whereby you can see that TESTONE-1 is displayed, ignoring the original condition of the JQL:

Workaround
- Create a filter such as
comment~foo
, which will return all the foo comments. Save it as foo comments
- Create a new filter as
filter!= "foo comments". This will exclude all issues from the previous filter and the desired results will be returned.
- is related to
-
JRASERVER-33357 JQL parameter "!~" not working properly for comment field
- Closed