Forums

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

Dashboard to show past due Issues and Epic

Jeffrey Murray June 4, 2025

Hello -

I want to show the Epic to issues that are past due. The problem is some of the issues are at the sub-task level, which are 2 levels below the Epic.

Thanks,

Jeff

3 answers

1 accepted

0 votes
Answer accepted
Danut M _StonikByte_
Atlassian Partner
June 5, 2025

Hi @Jeffrey Murray,

I'm afraid this is not possible using Jira's native gadgets. 

A potential solution would be to search for an app (plugin) on Atlassian Marketplace. 

If you plan to try an app, I think you can easily achieve what you want by using the Pivot Table & Pivot Chart gadget offered by our Great Gadgets app.

image.png

Here is how:

  • Configure the gadget with a filter/JQL that returns the past due issues (stories and sub-tasks, not epics)
  • Configure the gadget to display fields Parent Epic, Issue Type and Key: Summary like this:

image.png

  • On its More Settings tab uncheck "Display The Totals row" and "Display the Totals column".  

Hope this helps.

Danut.

Jeffrey Murray June 9, 2025

Hello Danut,

Yes it does. 

Thanks,

Jeff

 

0 votes
Alexander Hohmann
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 4, 2025

Would it not be easier to create a filter with all actual issues / work items that are past due, whatever their hierarchical level?

Users can click on any issue / work item and then follow the displayed breadcrumb trail up to the related epic.

Of course, that works only if the Summary field (or some custom field that would be displayed in the filter) contains a meaningful text that gives a hint at the related epic.

Perhaps a filtered list would even be preferable to a dashboard? Just a thought.

Jeffrey Murray June 4, 2025

Thanks for your feedback, Alexander.

The dashboard contains additional metrics and its for management.

One challenge is there is only one project (2025) with lots of other work besides the Epics / past due issues I'm focusing on.

Alexander Hohmann
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2025

OK, so here is another idea:

Create a hidden custom field.

Have an automation routine run every night before workdays: clear this custom field in all work items. Then set a certain value into this field for all unresolved and overdue issues and the same value into the same hidden field in their related epics. That value could be the item key of the epic or of the work item, for example. But better take the epic's key, since one epic may have several overdue items beneath it.

Create a filter that displays all the work items where that hidden field is not empty, sorted by values in this field. That way, it is ensured that work item and related epic are displayed underneath each other.

Add that filter to your dashboard.

0 votes
Tomislav Tobijas
Community Champion
June 4, 2025

Hi @Jeffrey Murray ,

You could probably construct filter like this:

parentEpic = SBOXAPP-166 and duedate <= now()

or, this works too if you have hierarchy levels above Epics and you want to show everything under that item:

(issue in portfolioChildIssuesOf("SBOXAPP-166") OR key = SBOXAPP-166) and duedate <= now()

You'll need to hardcode the item key (as visible in my example — "SBOXAPP-166") but this should get you everything under Epic (incl. Epic item).

Once you construct that filter, you could use it in dashboard gadgets.

Cheers,
Tobi

Jeffrey Murray June 4, 2025

Thanks, Tobi. I will try your suggestions.

Jeff

Like Tomislav Tobijas likes this
Jeffrey Murray June 4, 2025

Hi Tobi,

Still not working. Let me try to explain this way. In the Dashboard, I want to show the issue that is past due (could be a phase or sub-task) along with the epic. The best I get is one level up. So if its a sub-task, I get the phase. If its a phase, I show the epic.

Thanks,

Jeff

 

Tomislav Tobijas
Community Champion
June 4, 2025

Hey @Jeffrey Murray ,

Can you maybe share which gadgets and filters you are using at the moment? (screenshots would help)

I'd say dashboards are relatively limited but it might be worth mentioning that there's beta for new Home Dashboards. This might be worth checking out, I'm just not sure if it will get you what you're looking for.

Jeffrey Murray June 4, 2025

Dashboard, filter results gadget

Filter: 

project = XXXXXX AND (issuekey = initiatives  OR issuekey IN portfolioChildIssuesOf("XXXXX-XXXXX) AND status != Done AND duedate < now() AND status != Canceled AND parentEpic IN (XXXXXXXXXX,

Note: There are several initiatives and epics

Thanks,

Jeff

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events