Hi,
I'm building a Jira Dashboard and I want to show how many story points we're spending per application. The issue is that Story Points are associated to the User Story, and the Impacted Application is associated to the task's Parent Deliverable.
Is there a way to "join" that information coming from different levels?
To be more explicit:
Thanks,
Welcome to the community!
Unfortunately, out of the box this is not possible. You will have to look into 3rd party plugins such as Structure which can sumup and displays the stories on various levels. Here is an example: https://wiki.almworks.com/display/structure056/Using+Effectors+to+Add+Story+Points+for+Epics
There may be other plugins that will allow you to accomplish.
Regards,
Fabian
Thanks for the warm welcome and for the prompt response, @Fabian Lim! I was hoping there was an out of the solution, but I'll take a look at the plugin you'mentioned.
Kind regards,
Adelson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Adelson Smania,
This might be possible with our Great Gadgets app. With the Issue Filter Formula and the Advanced Issue Filter Formula gadgets you can calculate and display the result of math formulas (SUM, COUNT, AVERAGE, etc) against field of issues from Jira filters.
For this particular case, you could create a filter that returns all the stories with parent delivery PD-01:
"Parent Delivery = PD-01"
Then, configure the gadget to use the filter and make SUM of Story Points.
Then configure it to displayed result as being for impacted application AP-01.
Do the same for other apps, and in the end you will have something like this:
This app offers many other gadgets that you will find useful.
If you have questions, don't hesitate to contact us at support@stonikbyte.com.
Thank you,
Danut Manda
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.