Forums

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

Need help with jql to identify only epics under a given capability

chandini kalra August 28, 2024

Hi,

Need help with jql that fetches only the epics linked to a given capability in a project 

I tried to use childIssuesOf() but this returns even the stories & test cases along with the epics.

3 answers

0 votes
Pasam Venkateshwarrao
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.
August 28, 2024

Hi @chandini kalra 

 

Welcome to the community i think you have to fetch the epics linked to the project right.

can you try with this JQL 

issue in ( linkedIssues("TT-1234") )  In place of TT mention your project key.

 

chandini kalra August 28, 2024

My project has multiple capabilities and I want to list down the epics under one given capability.

Pasam Venkateshwarrao
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.
August 28, 2024

Hi @chandini kalra 

 

To fetch the epics of all projects you can try with the below JQL

issue in ( linkedIssues("TT-1234") AND issuetype=Epic

Like chandini kalra likes this
Pasam Venkateshwarrao
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.
August 28, 2024

Hi @chandini kalra 

 

JQL which i have provided is helped to you right  can you please hit Accepted Answer.

chandini kalra August 28, 2024

I will let you know if it works. 

0 votes
Ravina
Community Champion
August 28, 2024

@chandini kalra You want a JQL where Epics are used as a child of parent?

chandini kalra August 28, 2024

Yes, correct.

0 votes
Tomasz Kowalczyk
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.
August 28, 2024

Hi @chandini kalra if you want to narrow down to Epic types you can add to your query type = Epic. Tell us more about this given capability means for you

Suggest an answer

Log in or Sign up to answer