I am trying to write a query that represents stories ordered just the same way they appear under plan mode, so that when PO drags and drops them (sets the priority of the backlog) the're shown accordingly.
Which of the following queries are correct?
1) project = X ORDER BY Rank ASC
2) project = X ORDER BY Ranking ASC
What is the difference between these fields and usage meaning?
Thanks in advance,
Aquarius.
I am also trying to get the similar filtering, but at a Sprint level and for multiple projects
issueFunction in inSprint("Storefronts Scrumboard", "2013-Q2-05-1 04/25-05/15") AND issuetype in (Bug, Story) ORDER BY RANK ASC
The order of the issues in the Issue Navigator (JIRA side) does not match the order on the GH board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For our system it's "ORDER BY Rank ASC". Rank is our "Global Rank" field. For differences see https://confluence.atlassian.com/display/GHKB/Difference+between+Global+Rank+and+Rank
Henning
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.