How to display Story Points in search results?

Bartek Kobyłecki February 9, 2014

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

2 answers

1 accepted

2 votes
Answer accepted
Matthias Niete _TVD_ February 9, 2014

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 ..."

Bartek Kobyłecki February 9, 2014

Thanks Matthias! Shame on me for not trying "Story points" keyword :D I tried Estimate only :P

2 votes
Daniel DelPercio January 13, 2016

A good check to do before you launch a new sprint to make sure you have pointed all stories. smile

issuetype = Story AND "Story Points" = 0 AND status != Deferred

Suggest an answer

Log in or Sign up to answer