How can I find all tasks which has no subtasks?

Iko Azoulay January 8, 2017
 

1 answer

1 accepted

0 votes
Answer accepted
Sam Hall
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.
January 8, 2017

Unfortunately, there is no native function available in JIRA Cloud to do this. I haven't been able to find a Cloud add-on that can help. Maybe someone else in the community will be able to suggest something, better but...

..a possible workaround is JQL search ordered by sub-tasks, so that issues with no sub-tasks will show first in the results:

issuetype  = Task ORDER BY subtasks DESC

Add the "Sub-tasks" column to your filter results so you can see which have none:

sub-task-search.jpg

I found a couple of suggestions in Atlassian's public issue tracker that could be worth watching/voting on:

https://jira.atlassian.com/browse/JRA-24973

https://jira.atlassian.com/browse/JRA-30380

Sam

Suggest an answer

Log in or Sign up to answer