-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
4
-
Severity 3 - Minor
Issue Summary
When using the basic search looking for issues via Issue Key or Issue Number only from the projects' default filters (see it below), the search won't retrieve the respective issues.
This seem to be happening because Jira is turning the search into
Text ~ "####"
rather than
issuekey = "####"
. This can be observed as moving to the advanced search, the JQL is "translated" into text instead.
Steps to Reproduce
- Access any classic software project
- Head to Issues from the left menu
- Click in one of the default filters like All Issues
- Look for an issue key in the search box
Expected Results
Issue with matching issue key should be found and displayed
Actual Results
Issue with matching issue key is not displayed, because it translates the search into text rather than issue key
Workaround
Use the advanced search and manually type:
key = "#######"
- is duplicated by
-
JRACLOUD-76174 Add issuekey to *text* search JQL parameter to allow search for issuekey in NIN/GIN text search field
- Closed
- is related to
-
JRACLOUD-76149 Unable to search issues using the issue key in the search box
-
- Closed
-
- relates to
-
JRACLOUD-76174 Add issuekey to *text* search JQL parameter to allow search for issuekey in NIN/GIN text search field
- Closed