On my Kanban boards, under the Epic boxes, there is a bar that indicates the amount of story points completed for that epic based on the sizes and statuses of the Stories that belong to that Epic. That seems to be the only place that this information is available.
I would like to display this information in reports that I publish on JIRA Dashboards and on Confluence pages. I can not figure out how to write a query in JQL to retrieve or calculate these values. This would be very helpful in reporting progress of major components to stakeholders.
Can anyone provide insight in how to do this?
You could use the Issue Filter Formula Gadget from our Great Gadgets add-on to calculate the sum of a field and display it on your dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the Plugin Epic Sum Up:
https://marketplace.atlassian.com/plugins/aptis.plugins.epicSumUp
Best Regards,
Viktor Zech
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael,
You can use "Mathematical and date-time expression calculator" post-function (available with JIRA Workflow Toolbox plugin) for setting a number custom field in Epic issue with the total amount of points resolved. I show you how to do it:
In this example the number custom field to be set is called "Completed Story Points".
You should insert "Mathematical and date-time expression calculator" post-function in a transition of your Epic's workflow with the following configuration:
Captura de pantalla 2016-02-10 a las 11.19.10.png
Formula used is:
sum(fieldValue({11906}, filterByStatus(linkedIssues("is Epic of"), "Done, Completed, Resolved, Closed")))
Note that:
Regards,
Fidel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.