Forums

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

How to have the list of issue wich contains subtaks by JQL ?

Aurélie Pilette
Contributor
February 2, 2023

Hello

Context :

I create a subtask called "retourrs"

I install the okugin board subtask

When I go an issue, if i select this addon, I can create several subtask.

My need :

I would have the list of issues having at least one subtask for which the status != done

Question :

Do you know if there is a main to have it ?

Thanks a lot !

2 answers

1 accepted

0 votes
Answer accepted
Florian Bonniec
Community Champion
February 2, 2023

Hi @Aurélie Pilette 

 

I would say that the folowing JQL then displaying it in List View with "Parent" field as column should contains issue with sub-tasks != Done.

parent is not empty and status != Done

 

Regards

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.
February 3, 2023

Hi @Aurélie Pilette 

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

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your parent issues that have at least one subtask with status != done

issue in parentsOfSubtasksInQuery("status != done")

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

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

Aurélie Pilette
Contributor
February 7, 2023

it doesn't work

Suggest an answer

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

Atlassian Community Events