-
Type:
Bug
-
Resolution: Tracked Elsewhere
-
Priority:
Medium
-
Component/s: Work Item - Search - Backend - JSIS
-
None
-
3
-
Severity 3 - Minor
Issue Summary
When using JQL search with Compass component the search does not display any results
Steps to Reproduce
- Turn ON using Compass to fetch components from Compass instead of Jira. (under Components-> toggle switch Switch to Compass components )
- Create a component under Compass eg. test-compass-component
- In Jira, change the value of Components field in issues to test-compass-component
- Open Issue search JQL and run JQL like
project = "KT" and component= test-compass-component
Expected Results
List of issues that has Components fields set to test-compass-component
Actual Results
No results are shown.
In the same browser where you are seeing no results trying to use the REST API for JQL search and updating the URL from:
https://<site-name>.atlassian.net/jira/software/c/projects/KT/issues/?jql=project%20%3D%20%22KT%22%20and%20component%3D%20test-compass-component
to
https://<site-name>.atlassian.net/rest/api/3/search/?jql=project%20%3D%20%22KT%22%20and%20component%3D%20test-compass-component
shows the results in JSON format
When you click back button on the browser the results are displayed successfully in UI
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available