-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
7.13.16, 8.5.7, 8.10.2, 8.11.1, 8.12.0
-
None
-
7.13
-
2
-
Severity 3 - Minor
-
1
-
-
Issue Summary
JQL search for 2 wildcards (*) characters not working. it's throwing a warning saying We only allow 1 wildcard per value. Limit the number of wildcards in '"2020.03.00"' to run the query.
Steps to Reproduce
- Create issues with affected versions (Example:2020.03.00,{{2020.03.0001,2020.03.002}})
- Try to do Advanced search using JQL affectedVersion ~ "2020.03.00"
We tested it in our local instance and here are our findings:
- It works fine in the version 8.9.1
- It also works fine in the version 8.11.0
- However, it's throwing an error while trying the same JQL in Jira version 8.11.1.
- This bug is reproducible in Jira version 8.12 as well
Expected Results
It should return issues
Actual Results
it's throwing a warning We only allow 1 wildcard per value. Limit the number of wildcards in '"2020.03.00"' to run the query.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available