-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: JQL
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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 duplicated by
-
JRASERVER-33524 JQL parameter "!~" still not working properly
-
- Closed
-
- relates to
-
JRACLOUD-33357 JQL parameter "!~" not working properly for comment field
- Closed
- was cloned as
-
JRASERVER-33524 JQL parameter "!~" still not working properly
-
- Closed
-