I want to create a dashboard widget for showing the # of tickets completed for an epic

Rajesh Ravisankar April 21, 2021

I want to create a dashboard widget for showing the # of tickets (stories, tasks, sub-tasks) completed for an epic.

Is there anything that is readily available to use?

1 answer

1 accepted

1 vote
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 21, 2021

Hi @Rajesh Ravisankar,

I think you can come a long way with the two dimensional issue statistics gadget. The gadget will require you to provide a filter with the source issues you want to display. Suppose all your issues are in project Demo, use something like:

Project = Demo AND issuetype in StandardIssueTypes() and Resolution != Unresolved

This will collect all issues below the Epics level in your demo project. Save the filter.

Then add a two dimensional issue statistic gadget to your dashboard. Configure it like this:

Screenshot 2021-04-21 at 17.03.50.png

(there's more settings, but these are the most important ones to get your data in the right order).

You will get an overview of closed issues (per issuetype) for each epic:

Screenshot 2021-04-21 at 17.08.06.png

Hope this helps!

Suggest an answer

Log in or Sign up to answer