The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Walter Buggenhout
Community Champion
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!