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?)
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.