-
Suggestion
-
Resolution: Won't Fix
-
2
-
Summary
Search using the wildcard * doesn't work as expected.
Customer Impact
Environment
*
Steps to Reproduce
- Create a custom field type text and add it to the issues' screens
- Create two new issues
- Add the value 5-7599-30059 to the issue Test-1
- Add the value 5-7599-30058 to the issue Test-2
- Run this search - cf[xxxx] ~ 5*30059
Expected Results
It should find only the issue Test-1
Actual Results
It finds both issues Test-1 and Test-2
Application logs:
Notes
- It also happens when the search is like this: 5-75*30059
- It also happens when the field has no hyphens (5759930059) using this search cf[xxxx] ~ 5*30059
Workaround
None so far