-
Bug
-
Resolution: Won't Fix
-
Low
-
3
-
Severity 3 - Minor
-
Summary
When issues have a summary containing a space before a hyphen the JQL search does not find them.
Steps to Reproduce
- Create an issue with the summary AB - AB
- Try to search for the issue with the following JQL:
summary ~ "AB - AB"
Expected Results
The JQL search finds the created issue.
Actual Results
The search gives no error but no issues are returned.
Workaround
Use JQLs without putting the space before the hyphen:
summary ~ "AB- AB"
- is related to
-
JRACLOUD-69172 JQL contains search for a word with hyphen (-) provides incorrect results
- Closed
-
JRACLOUD-67019 Strange behavior with Contains operator when Text is separated from Number with an Underscore
- Closed
-
JRACLOUD-31882 Inconsistent behavior with contains operator
- Gathering Interest