Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking story points per timeframe in Jira

Marina Culeasca June 16, 2023

Hi!

We are making estimations in story points, but we do not run the project by sprints, but more like a Kanban style. 

Is there a way of building a Jira report on which to track how many story points the team covers in a certain timeframe (defines by us)? 

Definition of done in our case would be Accepted in QA (not released in prod -> closed). 

Thank you!

2 answers

1 vote
Trudy Claspill
Community Champion
June 16, 2023

Hello @Marina Culeasca 

To retrieve the issues you want you can use the CHANGED operator on the Status field to retrieve the issues changed to "Accepted in QA" during the specified time period:

status CHANGED TO "Accepted in QA" DURING (<your start date>,<your end date>)

 

You might also want to add a clause to ensure that the issues is still past that point in the workflow, and hasn't regressed:

AND status in ("Accepted in QA","Released in prod","Closed")

You could export the results to Excel or otherwise manually sum the story points in the retrieved issues.

There is not a native report or dashboard gadget for summing up the story points from issues retrieved by a filter. There is a change request to enhance the native Two Dimensional Statistics gadget to support that.

https://jira.atlassian.com/browse/JRACLOUD-62109

There are also a number of third party apps available in the Atlassian Marketplace that add reporting and dashboard capabilities which you could use to sum up the story points.

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 16, 2023

Hi @Marina Culeasca 

Adding to Trudy's answer, and the other addons mentioned, there are also free marketplace addons which could provide this type of reporting with the query Trudy describes.

For example, the free JavaScript Charts addon from Atlassian, which you can learn more about here: https://marketplace.atlassian.com/apps/1214527/javascript-charts-for-jira-cloud?hosting=cloud&tab=overview

Kind regards,
Bill

Like Trudy Claspill likes this
0 votes
Danut M _StonikByte_
Atlassian Partner
June 16, 2023

Buna @Marina Culeasca,

This can be easily done with our Great Gadgets app.  One of the many gadgets that this app offers is the Kanban Velocity gadget that allows measuring the burned story points per time intervals.

Kanban Velocity Gadget

For more details see these articles on our blog:

If you have questions, please don't hesitate to contact us at support@stonikbyte.com.

Thank you,

Danut Manda

Randy O_Neal
Community Champion
June 16, 2023

X2 - we use Great Gadgets for this very purpose.  It works VERY well.

Like Danut M _StonikByte_ likes this

Suggest an answer

Log in or Sign up to answer