JQL filter for ANY issue type without Subtasks?

Divya Bothra December 8, 2017

Hi ,I am looking for JQL which will only give me that issue numbers which does not contain any subtask.I Don't want to filter with any assignee or by date .

1 answer

0 votes
Marc Minten _EVS_
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.
December 8, 2017

If you have the Scriptrunner plugin (?), the query is quite easy:

issueFunction not  in hasSubtasks()

Suggest an answer

Log in or Sign up to answer