-
Bug
-
Resolution: Incomplete
-
Low
-
None
-
4.4, 5.0
-
4.04
-
The documentation found here: EscapingSpecialCharacters is incorrect in that this following bug ticket exists showing that it in fact does not work https://jira.atlassian.com/browse/JRA-25092.
In the example, performing a JQL search like this, will result in the following error:
JQL:
Summary ~ "foo\[bar\]"
Error:
Error in the JQL Query: '\[' is an illegal JQL escape sequence. The valid escape sequences are \', \", \t, \n, \r, \\, '\ ' and \uXXXX. (line 1, character 15)
The list in the documentation says we can escape the following:
+ - && || ! ( ) { } [ ] ^ ~ * ? \
But the error message says that we only support this list:
The valid escape sequences are \', \", \t, \n, \r, \\, '\ ' and \uXXXX
Please amend the inconsistencies.
- is caused by
-
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
- relates to
-
JRASERVER-32110 Update documentation regarding escaping special characters in JQL
- Closed
- is related to
-
ACE-3903 Loading...