When using JQL search with Compass component the search does not display any results

XMLWordPrintable

    • 3
    • Severity 3 - Minor

      Issue Summary

      When using JQL search with Compass component the search does not display any results

      Steps to Reproduce

      1. Turn ON using Compass to fetch components from Compass instead of Jira. (under Components-> toggle switch Switch to Compass components )
      2. Create a component under Compass eg. test-compass-component
      3. In Jira, change the value of Components field in issues to test-compass-component
      4. 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

            Assignee:
            Unassigned
            Reporter:
            Rahul
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: