-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Summary
With special characters like the dot "." is in the Release name, this makes searching on the Fix Version field inconsistent as it will not pick up on partial searches.
Steps to Reproduce
- Create a Release named "Release 01.14.51" (quotes not included)
- Add the Fix Version field to your search
The results go as follows depending on which part of the name used for partial searches:
- Release 01.14.51 = matches
- 01. = matches
- 01.14.51 = matches
- .14 = no matches
- .51 = no matches
- .14.51 = no matches
Using the same Release name just without the dot this time picks up the Fix Version regardless which part of the name is used:
- Release 01 14 51 = matches
- 14 = matches
- 14 51 = matches
- 51 = matches
Workaround
No known workaround.
- is related to
-
JRACLOUD-36748 JQL does not validate string with dot "." properly
-
- Closed
-