Forums

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

Can I create a report with total story points per project stage?

Roberto T August 13, 2020

For example, I need to know the story points totals for the cards in the To DO, Doing, blocked and Done step.

Is this possible?

2 answers

1 accepted

0 votes
Answer accepted
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.
August 13, 2020

Hi @Roberto T  -- Welcome to the Atlassian Community!

There is no a built-in way to do this with out-of-the-box JIRA.  There are marketplace add-ons to do this with query scripting or charting gadgets.

For a free solution you could:

  • Create a JQL filter for your in-progress items, such as the following which would return the issues in progress or finished within the last 14 days.  Change myProject to your project name.
project = myProject
AND status != Backlog
AND (resolved IS EMPTY OR resolved >= -14d)
ORDER BY status
  • Add the story points field to the displayed columns
  • Export the results
  • Open them in a spreadsheet to sum the results by status


Best regards,
Bill

Roberto T August 14, 2020

Thanks Bill
I'll try that way.

 

Best regards

Like Bill Sheboy likes this
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.
August 14, 2020

If this works for you, please consider marking this question as answered.  That will help others in the community find solutions faster.  Thanks!

6 votes
Paige Kovar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2021

Why has this not been added to the Filters feature as an option to appear at the bottom of the list?  Doesn't sound difficult at all - and making us go out to a 3rd party to have this ability, or exporting and using Excel, seems like a very immature-product solution.  This has been a frequent ask now for going on 5 years.

Jigesh Patel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 23, 2022

Correct ! This is also has been a blocker for me to try more PMs and Business Analysts to use JIRA. Often many managers are interested in knowing how much work is left, when I answer them about "add ons" and export many of them are straight away disengaged.

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.
October 24, 2022

Hi @Jigesh Patel -- Welcome to the Atlassian Community!

Are your teams using versions or epics to manage your work?  If so, you could try the relevant burn charts to help see the remaining work.  The use case noted for this thread was generic about summing the information, and so if you have other criteria (other than version and epic containers) you could also try the dashboard gadgets.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events