-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
49
-
11
-
-
Problem Definition
Unable to search using JQL for strings containing special characters. The proper escape characters were used. Example of string:
[Toto]
Search using JQL below:
summary ~ "\\[Toto\\]"
Expected Results
- [TOTO] test 1
- Test 2[Toto]
- [Toto]test 3
Actual Results
- [TOTO] test 1
- Test 2[Toto]
- [Toto]test 3
- toto test 4
- "toto" test 5
As seen from the actual results, searching for :
summary ~ "\\[Toto\\]"
is the same as searching for
summary ~ "Toto"
Suggested Solution
Allow JQL searches with special characters.
Workaround
Search using the custom field ID instead. The custom field ID is usually shown beside the custom field name when typing it in Advanced Searching.
- is a regression of
-
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
- is cloned from
-
JRASERVER-69053 JQL Search Special Character Returning Wrong Results
- Gathering Impact
- relates to
-
JRASERVER-40790 Searching for JIRA issues containing special characters (in text fields)
- Closed
- is related to
-
SSE-601 Loading...