Forums

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

List issue(s) of type Episode without child issue(s)

Rob_van_Maanenberg January 26, 2023

I want to create a query that lists all issues of type Episode in a certain project without any child issues registered.

Project = "X" AND type = Episode AND "no child issues registered".

Where X is an existing project.
What is the correct query for "no child issues registered"?

2 answers

1 accepted

1 vote
Answer accepted
Florian Bonniec
Community Champion
January 26, 2023

Hi @Rob_van_Maanenberg 

 

Are you using JIRA Cloud or Data Center, do you have apps such as Scriptrunner or JQL Tricks ?

 

Regards

Rob_van_Maanenberg January 26, 2023

Hi @Florian Bonniec

 

I am not sure but I believe JIRA Cloud.
Scriptrunner or JQL Tricks do not ring a bell.

In the JIRA application, I use filters to create queries.

Regard

 

Rob

Rob_van_Maanenberg January 27, 2023

Thanks!

0 votes
mauricio.groth
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 27, 2023

Hi @Rob_van_Maanenberg 

I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.

Unfortunately, using JQL of Jira, you’ll not be able to do it.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all yours Episodes from Project X that have not children issues.

issue not in parentsOfIssuesInQuery("") and Project = "X" AND type = Episode

Please contact our support if you have any other questions about this query. 

We’ll be happy to help you!
Best regards,
Maurício

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events