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
@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.
This query even will fetch all type of issues including their sub tasks linked with the epic you will mention .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.