Hi @Danielle David,
I think you can achieve this by using the Two Dimensional Filter Statistics gadget of Jira.
Here is how:
- create a new filter in Jira that returns the Tasks and Stories from you projects and saved it as "Issues under epic". Filter's JQL should be something like this:
project in (Tax, Finance, ...) and parent is not EMPTY and issuetype IN (Task, Story)
- add the Two Dimensional Filter Statistics gadget to a dashboard and configure it to use the new filter. At xAxis choose Issue Type and at yAxis choose Parent.
If you need something more advanced, with data split by project or current status, you could also use the Pivot Table & Pivot Chart gadget offered by our Great Gadgets add-on.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.