Hi,
During our planning sessions, we use the Planning Poker Agility app to agree on story points. We utilize the following custom JQL to select specific issues:
labels=NextSprint AND 'Story Points' IS EMPTY
However, we are struggling to order these issues from highest to lowest priority despite trying various JQL variations. Could anyone provide advice on how to achieve this?
Thanks
Have you tried using
labels=NextSprint AND 'Story Points' IS EMPTY ORDER BY Priority DESC
(highest priority at top)
or
labels=NextSprint AND 'Story Points' IS EMPTY ORDER BY Rank ASC
(ordered by backlog position)
Hi @Stephen_Lugton ,
Thanks for your support. I have just tried and it doesn't seem to understand ORDER BY Priority DESC or ORDER BY Rank ASC as empty results are returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aurelie Seth how do you order your Jira backlog? (Your board filter defines the query in use)
By default the "Board filter" is defined as:
project = YOUR-PROJECT-KEY ORDER BY Rank ASC
By adding a "Quick filter" to your board
labels=NextSprint AND 'Story Points' IS EMPTY
..you can now (with the right tool) run the story estimation from the backlog - issue panel - with one click.
Just to be clear, I build the app and work for the company - Smart Guess ehf. Thanks @Bill Sheboy for the tip!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is your association to the other vendor product for which you provide a link?
As a reminder...when recommending a marketplace vendor product, please ensure you disclose your affiliation to that vendor in your post wording, and not just in your profile name. For more information about this, please see:
Kind regards,
Bill
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.
It looks like you're part of a Marketplace App team, please follow the steps outlined here to get an 'Atlassian Partner' lozenge for your profile! If you run into any issues, please reach out to us at communitymanagers@atlassian.com. Cheers!
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.