When requesting stories in a project and ordering them by rank e.g.
project = PROJ AND status not in (Closed, Done) order by RANK
I do get the right order for stories in the backlog. However if a sprint is active or has been prepared and contains a story with a low ranking value it will still be up top in the backlog view (showing up in the sprint) while it would be listed at the end by the above JQL.
Including the sprint in the query as so does also only help partially:
project = PROJ AND status not in (Closed, Done) order by Sprint, RANK
Problem with this is if a story has been in sprints before (so e.g. it has been part of a sprint two sprints ago but has been taken out again) it would be sorted to the very top even if it is in the backlog.
How can I write a query that will give me the same exact order that I see from top to bottom in my Scrum Backlog view.
Sorry a duplicate
I think the following may clarify to you how Rank works in JIRA Software. Please click here
Best,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for your answer. Problem is that the rank is not changing in case story is actually applied to a sprint. however on the scrum board it is moved up into the sprint (being on top of the backlog now). While when sorting by RANK the story is still down where it was.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Max MaurerAre you using story points?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also please check your board general configuration and see if you already have the filter query there @Max Maurer. Attached is a screenshot from my instance.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.