Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-80013

Inconsistency sorting issues in Jira Issue Search and Advanced Roadmap

XMLWordPrintable

      Summary

      When sorting issues by a numeric field that has null values JIRA behaves differently when comparing Jira Issue Search and Advanced Roadmaps.

      Steps to Reproduce

      1. Having 3 issues with value for a custom field as 10, 20, and null
      2. Run JQL query: ORDER BY <custom_field> ASC

      Expected Result

      JIRA should order the issues the same way in both places

      Actual Result

      Jira Issue Search places the null value at the lowest rank
      10
      20
      null

      However, in Advanced Roadmaps using the same filter, it places the null value at the highest rank
      null
      10
      20

      Workaround

      Currently, the only workaround is to set a value to the field in all issues returned by this filter where the field is empty.

        1. Jira Advanced Roadmaps.png
          70 kB
          Marcelo Beloni
        2. Jira Issue Search.png
          94 kB
          Marcelo Beloni

              ccasais@atlassian.com Cristian Casais
              0a4d3986ddf5 Marcelo Beloni (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: