Dynamic report to display pending/open sub-tasks

Rajat January 2, 2020

I am trying to generate a dynamic report in JIRA to display all the pending/open sub-tasks in the backlog.  I tried with the available Reports and found the Pie Chart report to be a bit handy but still am not able to get the exact report I am looking for.

Is it possible to generate a real time report (may be attached to the dashboard) where the sub-task will be removed if it is marked as closed too?

Thanks

1 answer

0 votes
Deleted user January 2, 2020

As you know, Most of the reports are running based on the filter,

Please try create a filter like below JQL

{code}
project=XYZ and issuetype = Sub-task and resolution = Unresolved
{code}

and use that filter in any reports. 

Suggest an answer

Log in or Sign up to answer