Hi –
my goal is to see what is the correlation between Story Points and Cycle Time. In order to do that I think I need to create a filter for particular Story Point value and then use kanban board for Cycle Time.
How can I search for issues with specific Estimate value?
Thanks
Bartek
You can use the JIRA Query Language JQL (Advanced Search Doc) like
"Story Points" > 3 AND "Story Points" <= 30
and if you want resue your Board Filter with
filter = "Filter for ..."
Thanks Matthias! Shame on me for not trying "Story points" keyword :D I tried Estimate only :P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A good check to do before you launch a new sprint to make sure you have pointed all stories.
issuetype = Story AND "Story Points" = 0 AND status != Deferred
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.