-
Bug
-
Resolution: Invalid
-
Medium
-
None
-
6.2, 6.3.11, 6.3.15, 6.4.5, 6.4.11
-
6.02
-
Summary
Escaping special characters doesn't work correctly in issue search. It seems they are ignored.
Steps to Reproduce
- Create an issue whose summary is 'fifteen'
- Create an issue whose summary is 'fifteen*'
- Search the second issue with a following keyword
"fifteen\\*"
Expected Results
Hits only the second issue. (The one which has a summary 'fifteen*')
Actual Results
Hits both of the issues.
Notes
According to JRA-25092,
summary ~ "fifteen\\*" (works)
but it doesn't look working.
Actually the same behavior is also applied to special characters used in the beginning of the word. If we also create an issue with the summary is '*fifteen' if we search for
summary ~ "\\*fifteen"
this search will return all three issues (with summary 'fifteen', '*fifteen' and 'fifteen*').
- relates to
-
JRASERVER-25092 Searching JIRA issues for special characters (in text fields) does not work, even if these characters have been properly escaped in a quick, simple or advanced (i.e. JQL) search.
- Closed