You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to be able to sort my issues more than one field in Jira.
As an exaple I want the results sorted by Status and then Rank
Hi @Scott Milton ,
order by status, rank
!Old method!
Jira's issue search interface (JQL) does not natively support multi-level sorting, you can try.
1. Use the Basic Issue Search: Navigate to the "Issues" section. Click on "Search for issues".
2. Choose your filter criteria: You can add other filters if needed.
3. Sort by the primary field: Click on the column header for "Status" to sort by status first. Depending on your view settings, this will sort either ascending or descending. Clicking the header again will reverse the sort order.
4. Sort by the secondary field: After you've sorted by "Status", click on the column header for "Rank" to then sort by rank. This will apply a secondary sort, meaning issues with the same status will be further sorted by rank.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.