Forums

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

How to show Features and all of the associated child issues in a Dashboard

Ken Davis November 3, 2022

Is there a way to display Features and their child issues in a Jira Dashboard (like you can view linked issues in a Issues List gadget?)

3 answers

1 vote
Ken Davis November 3, 2022

Sorry I should have provided more details...

Here's an example of the JQL I'm using to find Features in a Released status with child issues not done.

project = "XYZ" and issueFunction in portfolioParentsOf("project = 'XYZ' and statuscategory not in (Done)") AND status in (Released)

What Dashboard gadget will show the Features and all of their child issues?

0 votes
Madhu_RVS
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.
November 7, 2022

Hi @Ken Davis 

Welcome to the community !!

If you are fine with a mktplace app to get this data, we have created an add-on to view your full Issue hierarchy including linked issues as well.

Moreover you can add it as a gadget on your dashboards too !!

Disclaimer : I am part of the team which developed this app

Issue Hierarchy Reports 

 

Links Hierarchy - Gadget.PNG

 

Ken Davis November 7, 2022

Thanks, I'm hoping to do this without an add-on.

0 votes
Hannes Obweger - JXL for Jira
Atlassian Partner
November 7, 2022

Hi @Ken Davis

welcome to the community!

I wouldn't know of a dashboard gadget, but if you're open to solutions from the Atlassian Marketplace, have a look at the app that my team is working on, JXL for Jira.

JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields. It also allows viewing your issues in configurable hierarchies and groupings, like so:

hierarchy.gif

You could easily narrow down your list to the features that you are interested in, and get their full children hierarchy as shown above. There's a also a number of advanced features, such as sum-ups or conditional formatting.

I should add that JXL doesn't currently have a dashboard gadget (however that's high up on our roadmap), but many customers simply use a JXL sheet as a "de-facto" dashboard.

Any questions just let me know!

Hope this helps,

Best,

Hannes

Suggest an answer

Log in or Sign up to answer