The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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