Order by rank

Hari Prasath P
Contributor
January 21, 2019

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'?

3 answers

1 accepted

5 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2019

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.

Phyllis Chang June 5, 2019

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?

Ken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 3, 2022

Legend, thanks @Nic Brough -Adaptavist- 

1 vote
Nick Bruse
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 27, 2022

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/

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2022

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.

Like # people like this
Farrah Greig
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 28, 2022

Thank you Nic.  This helped me. I wanted to sort my board by priority, not rank. 

0 votes
Scott Theus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2019

Hi @Hari Prasath P,

Here is some documentation that may help:

Ranking an Issue

-Scott

Hari Prasath P
Contributor
January 21, 2019

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

Miguel_Angel_Arjona_Garcia June 25, 2020

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 !!

Cory Douglas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 28, 2024

Global Ranking makes sense for issues, but when looking in Initiatives and wanting to change the Epics order (but not by priority), how does one change the hidden Global Ranking to be able to order the Epics in an Initiative the way one wants? 

Cory Douglas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 28, 2024

Note: It would be nice if one could just click and drag those Epics (inside an Initiative) to have the order the way you'd want, just like in the Project Backlog with Issues. 

Suggest an answer

Log in or Sign up to answer