Forums

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

JQL for issues whitout child issues

PEGE May 1, 2025

How can I find issues in my project that have no child issues yet?


I have 3 seperate projects. Project A,B and C.

Project A contains the parent issues for the issues in project B. Project B contains the parent issues for the issues in project C.

I would like to find the issues in project B that have no children in project A. How can I find those issues in project B?


I've been struggeling with JQL's like 

project = parentproject and (project = childproject and issueFunction not in hasLinkType("Parent-Child Link"))

but that gives no results.

That that query comes up with no results is quite understandable because I'm basicly looking for child issues with no parent (because JQL searches with the parent link are looking up to parent projects) but these child issues do'nt exist.

1 answer

0 votes
Benjamin
Community Champion
May 1, 2025

Hi @PEGE ,

 

Welcome. 

 

How are you linking the issues between projects? Do you have a specific link type you are using?

Usually, you'll need a third party app in this case to enhance the JQL search.

Please view this post as this is similar to what you are trying to achieve.

 

https://community.atlassian.com/forums/Jira-questions/JQL-query-for-linked-issues-in-a-specific-project/qaq-p/2808620

Suggest an answer

Log in or Sign up to answer