How do I run a filter for all issues that have tasks?

EW October 31, 2019

I want a wide open report that finds only Issues that have sub-tasks created off of them.  I do NOT need the tasks to be returned in the results- only the parent issue information.  Thoughts?

 

TIA!

1 answer

1 vote
Stephen Crandell
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.
October 31, 2019

If you have script runner, it has a built in query function for hasSubtasks. It looks like this: "project = ABC and issueFunction in hasSubtasks()"

It will return on parent level issues that have subtasks

Suggest an answer

Log in or Sign up to answer