Forums

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

Create JQL query to find Epics contain specific issue types

Natalia Sevillano
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 25, 2022

I need to find all Epics that have linked other specific issue types.

For example, I want to find all the Epics that have at least the highlighted issue type and in a specific state.

Thanks in advance

Capture.JPG

1 answer

0 votes
Sam Bartolome
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 26, 2022

Hi @Natalia Sevillano ,

You should run the query as issuetype = "PS Spec and Development" AND status = "YOUR STATUS" AND "Epic Link" = "YOUR EPIC LINK"

 

Something like the above should help

Natalia Sevillano
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2022

@Sam Bartolome thanks for your help but I don't need to find an specific Epic link, I am looking to find ALL epics that have at least one issuetype = "PS Spec and Development"

Sam Bartolome
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 26, 2022

You can use "Epic Link" IS NOT EMPTY to display all issues where there is an Epic linked to it

Suggest an answer

Log in or Sign up to answer