Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the parent issues which dont have child issues?

shashi budidha March 30, 2022

i want  the parent issues which dont have child issues in jira by using JQL Query

2 answers

1 vote
Vikrant Yadav
Community Champion
March 30, 2022

Hi @shashi budidha  If you have Scriptrunner plugin , you can search those parent issues using following JQL :- 

 

issueFunction not in parentsOf("issuetype = Sub-task")

Thanks

V.Y 

Suggest an answer

Log in or Sign up to answer