JQL question for a parent and epic link

Phillip_Dang April 17, 2023

I have an Issue type (PORT) that is a parent link to an epic Issue Type (EPIC). The Epics links to our stories STORY.

PORT-123

 > EPIC-111

    > STORY-72

    > STORY-73

    > STORY-74

 > EPIC-112

     > STORY-88

     > STORY-89

How do I write a single JQL query to return the stories of all the epics that are under a single Parent Link.  In other words, what is the JQL to bring back all the stories under PORT-123?

 

 

 

1 answer

1 accepted

0 votes
Answer accepted
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.
April 17, 2023

Hi @Phillip_Dang 

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

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

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find the children of PORT-123:

issue in childrenOfIssuesInQueryRecursive("issuekey = PORT-123")

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

We’ll be happy to help you!

Best regards,

Maurício

Phillip_Dang April 19, 2023

Thank you Mauricio.

Like mauricio.groth likes this

Suggest an answer

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

Atlassian Community Events