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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am little confused how the 'order by rank' works in JIRA projects. On what basis the values are assigned when using 'order by rank asc'?
There is a (mostly hidden) field called "global rank". If you re-rank things (usually by moving them on a board), then that field is updated, and that's what Jira sorts on when you use "order by rank". New issues automatically take a new rank at the bottom of the pile when created.
Is rank something anyone can change through their own scrum boards or kanban boards, or through "portfolio plan" view? Is there a way to restrict ranking to certain user group?
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.
I was trying to resolve this issue as well. These answers above unfortunately only game me half the story. I hope the solution below helps
So I would suggest rather than using
ORDER BY RANK DESC
which uses the Global Rank Setting you instead use
ORDER BY priority DESC
I achieved this by trial and error but finally found this in the documentation here https://support.atlassian.com/jira-software-cloud/docs/enable-ranking/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no "issue" here, it was a question about how ranking works.
Changing the order to look at priority disables ranking, making the backlog and board a lot less useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Nic. This helped me. I wanted to sort my board by priority, not 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.
Hi @Scott Theus,
Thanks a lot. The link was useful to know how ranking works. But, I had few doubts regarding the changes in issues rank. So, referred this link and got it cleared.
Cheers,
Hari Prasath P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Scott Theus the documentation referenced was very useful for me, and saves lots for time I was expending manually sorting issues in my Kanban board. Good reference !!
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.