-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
3
-
Minor
Issue Summary
Searching for exact phrases with hyphens using JQL fetches not exact values. According to our public documentation hyphen is not a special character and should be usable to match exact searches using JQL
This is only occurring searching data on the Development panel.
Steps to Reproduce
- Set up a Development integration with Jira.
- e.g. Jira and Github
- Setup environments with a hyphen
- e.g. "Test-123"
- Setup another environment with this field set to any variation of this value
- e.g. "TestABC-123"
- Create a JQL advanced search trying to match this field value
- e.g. deploymentEnvironmentName ~ "\"Test-123\""
- The result will bring both issues, not only the one with the exact match.
Expected Results
JQL should fetch only exact results.
Actual Results
The search fetches all combinations of the value, not only exact match.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
There are a couple of marketplace apps that can help work around this problem.