Hello Team,
Is there a way to display a table containing the total values for past sprints.
I tried looking at the different gadgets available but still haven't been able to find one that does this.
For example:
| Sprint Name | Story Points | Total Defects | Spilled Story Points |
| Sprint 1 | 32 | 5 | 5 |
| Sprint 2 | 15 | 1 | 0 |
| Sprint 3 | 21 | 2 | 1 |
Hi @Ryan Belga ,
Unfortunately, there is no native JIRA gadget for your needs. The closest free options for you are the Sprint Report and Velocity Report. Also, you could try solving your requirement using JQL or JIRA automation, but even with that you won't get consistent data, especially for past sprints.
If you are open to paid solutions, you can use the app I developed - Multi-team Scrum Metrics & Retrospective.
With it, you can cover all you needs, plus get a lot of extra. Here is the view:
Additionally, with this app you will be able to construct any custom JQL metrics, conduct in-place retrospectives, view multiple teams/periods in a single view, render charts not only across sprints but also across months, quarters, half-years, or years, and much more.
Best regards,
Alexey
Hi @Ryan Belga,
Jira does not provide such a gadget. You could possibly look for an application on the Atlassian Marketplace that provides such a gadget, although I'm afraid there is none capable of displaying this information in the exact format you mentioned in a single gadget/table.
If you consider te idea of using a plugin, our Great Gadgets app offers some gadgets that could be helpful.
By using its Pivot Table & Pivot Chart gadget you can calculate and display such numbers per sprints, but unfortunately not in the same gadget. You could eventually use multiple gadgets, side-by-side.
Also, assuming that you have filters/JQL that can return the issues used in the calculation of those numbers you could use the Advanced Issue Filter Formula gadget to display these numbers like this:
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.
@Ryan Belga create a filter with sprint,storypoint,total defects and spilled story points.
In Filters Results gadget you can select what are the fields should display,it will show as example which you are shared.
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.