Forums

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

I would like to be able to extract all epics in the project through JQL

SunadhRaj.Malaka April 2, 2024

 

I would like to be able to extract all epics in the project , where the parent is  Feature (linked via Child To link type)

 

Can someone help on the JQL query 

 

Thanks 

1 answer

1 accepted

0 votes
Answer accepted
Ste Wright
Community Champion
April 2, 2024

Hi @SunadhRaj.Malaka 

If it's one single Feature, this should work...

issue in childIssuesOf("ABC-1") and issuetype = Epic

^ ABC-1 would be the key for your Feature.

---

This is assuming Epic is below Feature in the hierarchy (i.e a parent/child relationship, using Parent Link) - is this how your instance is setup?

Ste

SunadhRaj.Malaka April 2, 2024

Thanks , how i can get for all issue which issue type is FEATURE

Ste Wright
Community Champion
April 2, 2024

Hi @SunadhRaj.Malaka 

Just to confirm, you want to get all Epics which have a Feature parent?

Is Feature the only issue type on the hierarchical level above Epic?

Ste

Suggest an answer

Log in or Sign up to answer