Forums

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

Open sub-tasks closed parent

Using Jira cloud and trying to find a JQL or way to show all open sub-tasks where the parent has been closed without using any add ons. 

3 answers

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.
July 20, 2022

Hi chris.naylor@coveainsurance.co.uk 

As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.


With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

 

You can use this query to find all subtasks that are in progress and have finished parents

issue in subtasksOfParentsInQuery("status='Done'") and status != done

Check out the documentation for more examples.
I hope this helps!
Maurício

0 votes
Jack Brickey
Community Champion
July 20, 2022

unfortunately this isn't possible without an addon app.

0 votes
Max Foerster - K15t
Community Champion
July 20, 2022

Hey chris.naylor@coveainsurance.co.uk,

Unfortunately, this is a quick one to answer. It's impossible to achieve that in Jira without using Marketplace apps that extend JQL. The good thing is that there are appropriate apps available on the Atlassian Marketplace (Marketplace Search "JQL" for Jira Cloud)

Best, Max

Thanks, I thought that might be case. 

Like Max Foerster - K15t likes this
Max Foerster - K15t
Community Champion
July 20, 2022

Yeah, it would've been great. But hey, there's one thing you should bookmark if you haven't already. The documentation on JQL is pretty awesome. To me, it feels like the best-documented feature in general. So if you're looking for something specific (fields, functions, etc.), head over to What is advanced searching in Jira Cloud?. You can navigate to lists containing all fields, functions, keywords, and operators on the top right.

Best, Max

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events