-
Bug
-
Resolution: Not a bug
-
Low
Summary
As described in:
When Using the JQL:
comment !~ "Text"
If an issues has more than one (>1) comment the "DOES NOT CONTAIN: !~" JQL is ignored an results that contain the "Text" show up in search result
Steps to Reproduce
- Add a single comment to an issue
- use the "DOES NOT CONTAIN: !~" JQL to search for something in the comment
- The result is excluded
- Add a second comment to the issue
- re-run the same JQL
Expected Results
Result Remains Excluded for result set
Actual Results
The Issue is returned in the result set
- relates to
-
JRASERVER-59937 Comment "DOES NOT CONTAIN: !~" JQL fails with multiple comments
- Closed