Subtask name display in dashboard

Luke Fletcher October 4, 2017

Is there a gadget or widget that I can add to my dashboard to view the sub-tasks of an issue. I'd like to see the status of the subtasks at dashboard level

2 answers

0 votes
Eric Wong February 1, 2022

OMG thank you!!!

I'm searching in a project, that has a epic, and there are stories under that epic with a subtask.

This is how I can find them all
project = "PROJNAME" AND issuetype in (Sub-task) AND status = In_Progress AND parentEpic = "EPIC NAME"

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 4, 2017

Filter results gadget can be used and you can mention the issue using JQL

parent = "EV-151"

And this will list all the sub-tasks of the issue and use this JQL filter in the filter results gadget on the dashboard. 

Suggest an answer

Log in or Sign up to answer