Forums

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

JQL Search Extensions - filter by issues related to few epics

Avia Damty July 29, 2019

Hi,

I've adding the add-on JQL Search Extension and now trying to figure out how to build the query I'm looking for:

I have few epics that include the word 'Performance' (e.g: Performance - SMTP, Performance - Chat, etc...) - to any of those epics there are few linked issues/tasks/etc. 

Is there a way to create a filter that will return all tasks/issues that linked to all epics with 'Performance' in their name?

thanks

2 answers

0 votes
Muhammad Ramzan(Atlassian Certified Master)
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.
July 30, 2019

@Avia Damty  following query will give you all issues linked to epic 'performance'

 

issue in allIssuesInEpic("'Epic Name' ='performance'")

 

You can find more documentation on this here

 

Please let me know if this fixed your requirements , if not i can suggest you something different.

Muhammad Ramzan(Atlassian Certified Master)
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.
July 30, 2019

This query even will fetch all type of issues including their sub tasks linked with the epic you will mention .

0 votes
Amith Mathur _Appfire_
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.
July 30, 2019

Hi @Avia Damty , 

If you are referring to the name in the Epic Link then you can use the following jql. 

"Epic Link" = "epicname" 

You can refer the following pages for more information on the JQL. 

Thanks,
Amith Mathur

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events