Order by project name is actually ordering by key

XMLWordPrintable

    • 5.02

      We recently upgraded our JIRA instance from 4.3.7. When performing the following query in the Issue Navigator:

      status = Resolved ORDER BY project ASC

      ordering is actually by key, though issues within a key are not in order.

      For example, the above query results in:

      Project Key
      zZTOP ABC-2
      zZTOP ABC-1
      zZTOP ABC-7
      Clone CLN-153

      I would expect to see all the "Clone" issues above all the "zZTOP" issues, ignoring the key completely:

      Project Key
      Clone CLN-153
      zZTOP ABC-2
      zZTOP ABC-1
      zZTOP ABC-7

      This may be related to JRA-26897.

              Assignee:
              Eric Dalgliesh
              Reporter:
              Deleted Account (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: