Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • How to use JQL to list all issues in next release, or the one ofter that, and so on? (e.g. earliestUnreleasedVerions+N)

Do I really need to sort every item in the backlog manually?

Jasenko Ramljak
Contributor
September 3, 2015

I am a product owner and use the backlog every day. People in my company report bugs and submit ideas and I read every item and edit and if good accept them (like most of us usually do). I also add more details to the issues and most important, I set the priority to the item.

What currently happens is that even if I set the priority to Critical, the item appears at the very bottom of the backlog and I have to move it to top.

This seems like a simple operation but it is very annoying to have a priority field that is completely ignored in my backlog.

I have tried to change my filter to order by priority and rank but that renders the backlog unusable as you can't use any of the drag'n'drop features, you can't create sprints etc.

So my question actually is:

Why do you have issue priority if it is necessary to order every single item in the backlog manually?

I would like to be able to rank my issues inside one single priority. This would prevent the situations I have now and that is that I have a new issue, that I have prioritized as High, that is ranked lower than all of my existing backlog issues. And to change that I have to manually drag it somewhere between all medium and critical issues and then so I can rank it compared to other high issues.

6 answers

2 votes
Henrique Bittencourt
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 8, 2018

Hi Ian!

I know that this is a very old thread, but since I've answered a similar question I just thought that would be nice to share this with you!

Please, take a look at the following community thread:

Hope this be of any help!

Best Regards.

0 votes
ilozen
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!
November 24, 2020

I got to find the next unreleased version (but not current). So if you have versions 1..5 released, currently you're working on 6 and want to find version 7 use this:

fixVersion > latestReleasedVersion() AND fixVersion != earliestUnreleasedVersion()
Arthur Garcia
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!
January 6, 2021

Did not work... still shows all future releases!

0 votes
Vio Stan
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!
October 27, 2020

fixVersion = earliestUnreleasedVersion()

0 votes
Ryan Anderson August 4, 2017

Hey Ian,  

Did you ever find a solution to this problem? I'm looking to just get the next unreleased version and the one after that if possible. Thanks for your help. 

0 votes
Jobin Kuruvilla [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.
February 9, 2012

It isn't tough, it is just that someone will have to write the code to do it. JIRA out of the box and none of the existing pugins doesn't seem to do this. Have a look at the JQL Function module.

0 votes
Ian D
Contributor
February 9, 2012

Tough one huh?

Suggest an answer

Log in or Sign up to answer