Is there a way to get the Total Story points when appling a Filter?
I can see a list of the Story Points - I just want to see the total.
I did try APPS > Open in Microsoft Excel.
Unfortunately the story points come in as Text so you have to grab all the cells and Convert to a Number. You can then do an AutoSum or if you want to get fancy use the Analyze Data option.
But this is too much work to just get a simple total of Story Points based on a Filter.
Is there an easier way?
Hi @stephan_lewis 👋
You can do it with Time in Status pivot feature.
For Tim and Robert summary is not open, so you can see sum of SP, for Mykola you can see SP for his each task.
But primer propose of Time in Status is showing how long an issue has been in each status, assignee or group.
With our add-on, you have the power to tailor your team's work schedule, ensuring that the calculation is based solely on productive working hours.
Dashboards gadgets feature will keep your finger on the pulse and track team productivity in real-time.
Add-on have 30-day free trial, free up to the 10 users and developed by my team.
I hope you find this helpful 🚀
Hi @stephan_lewis,
if you're open to solutions from the Atlassian Marketplace, you may want to have a look at the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for sum-ups.
This is how it looks in action:
As every sheet is powered by either a JQL statement or a saved filter, you can sum up any issues that you might be interested in.
Sum-ups can also be combined with JXL's many other advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), or conditional formatting
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @stephan_lewis You can do this via Project Automation rule. Create Manual trigger automation rule, to get Sum of Story points.
Put JQL in User Input Box and hit continue to get Sum of story points based on the JQL issues. But it's limited to 100 issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you prefer using a marketplace app, you can try Sum Up Reports for Jira app developed by our team. This app provides various table reports based on the fields you choose.
Here is our live demo dashboard where you can see and modify any sample report and play with it.
For further details, you can have a look at Sum Up and Average Reports in Jira Dashboards article.
If you have any questions, feel free to schedule a demo with us.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest way is through the Backlog. You've got the point totals there with or without filters, including active sprints.
Otherwise you'll need to get an app from the marketplace.
You can also view past discussions on the same topic here, here and here.
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Josh_Unito ,
I'm not trying to use a filter for Sprints or with regards to a backlog.
In my case I am looking for past closed tickets based on a date range (either for a project/program or based on an Assignee).
statusCategory = Done AND project IN (XxxX)
AND "Jira End Date" >= 2024-01-01 AND "Jira End Date" < 2024-02-01
ORDER BY assignee ASC, created DESC
The "Jira End Date" is a custom field that I added to my workflows to keep track of when an issue is closed (don't like resolution field).
This is just a quick check that I can run with a filter (I have a more complex scenario that I use with the Jira connector and Smartsheets to create Program/Project and people reports)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, so if you're not using Jira's sprint or backlog calculations, I think you'd need to either get a third party app or export a CSV to a spreadsheet. I just tested it myself though and didn't have the story points come out as text.
From the search/filter: Export Issues > Export CSV (all fields)
It's a bit tedious, but it works if you're looking a solution that doesn't require paying for another app!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @stephan_lewis,
Our Great Gadgets app offers some gadgets that allows you to calculate SUM, COUNT or any other math formulas on the issues from Jira filters and display them on your dashboards.
Here are some concrete examples.
Issue Filter Formula - lets you apply a SUM, AVERAGE, COUNT, MIN, MAX, etc on a filter or JQL
Advanced Issue Filter Formula gadget - lets you apply a from simple (SUM, AVERAGE, COUNT, etc) to complex math formula by combining the issues from up to 6 filters. With this gadget you will be able to calculate not not only the SUM of story points, but also percentages.
Pivot Table & Pivot Chart gadget lets you calculate the sum of story points and split is by multiple criteria (like project, issue type, assignee, etc) and display as a table, heat-map or chart of various types. Just like in Excel.
You could start with a 1-month of free trial. If you need any help, please contact support@stonikbyte.com.
Hope this helps.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you would be interested in a mktplace app, pls try out
The app also shows your issue hierarchy in a tree view and help you easily Sum up values (time tracking/story point/custom numeric fields) to see overall progress for your Issues at each parent level. Also it provides excel like editing for all the values right on the report and see real time progress updates. The screen grab below shows the total SP of all issues in the filtered results.
Do give it a spin.
(Disclaimer: I work on RVS, the vendor for this app)
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.