-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
6.2.7, 6.3.12, 6.4.11, 7.2.8, 7.3.1, 7.5.0, 7.7.0, 7.9.2, 8.3.1, 8.14.1, 8.13.7, 8.20.2, 9.4.2
-
6.02
-
43
-
Severity 3 - Minor
-
6
-
Steps to reproduce
- Use xyz_abc/d4ef_123_ghi/jkl in any Text field that supports Wiki Style Renderer e.g. Summary, Comment, Description
- Run this JQL: text ~ xyz
-> FOUND - Run this JQL: text ~ abc
-> NOT FOUND - Run this JQL: text ~ d4ef
-> NOT FOUND - Run this JQL: text ~ 123
-> NOT FOUND - Run this JQL: text ~ ghi
-> FOUND - Run this JQL: text ~ jkl
-> FOUND
It looks like that, searching for a Text block adjacent to (probably the left of) another Text block containing a Number doesn't work, if:
- they're separated by a Special character e.g. Forward Slash ( / ) or Underscore ( _ ) or Dash (-)
- the Text block to search contains a number itself
Behaviors might slightly vary depending on the contents of the Text block or usage of Special characters.
- incorporates
-
JRASERVER-31882 Inconsistent behavior of JQL Search when text contains operator
- Gathering Impact
- is blocked by
-
JRACLOUD-67019 Strange behavior with Contains operator when Text is separated from Number with an Underscore
- Closed
- is related to
-
JRASERVER-61754 Forward slash + wildcard causes JQL incorrect search result
- Gathering Impact
-
JRASERVER-65455 JQL search does not work for characters in between special characters like "-"
- Gathering Impact
- relates to
-
JRASERVER-14641 Impossible to distinguish between a space and an underscore in a search query
- Closed
- mentioned in
-
Page Loading...