Sprint Order in Jira Search
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
When searching for issues in JQL, the sprints field appears to sort the value in alphabetical order. However, in some specific cases, this order may not appear. JQL search may show sprints in random order.

Solution
The sprints in the JQL search are sorted by the order of their ID. Generally, the sprint names are sorted when they are created (Sprint 1, followed by Sprint 2, and so on..). This naturally takes care of the sorting as Sprint 1's ID is smaller than that of Sprint 2 as it is created before Sprint 2. However, if the reverse is followed, the sprint will come in the order of creation. It is recommended to follow the practice of a sequence so that the ordering is honored in the JQL search.

Was this helpful?