Given: a Saga is "implemented by” other Sagas that have Epics (liked normally with "Parent Link" relationship to those Sagas)
Need: to write a query that shows all those Epics
I have created filter that shows all the sagas that implement this given Saga:
“issue in linkedIssues("Saga Key", 'is implemented by')”
But how to extract all the epics that are their children?
Hi @Aquarius
What level is the type Sag on, the same as Story?
you can JQL like this to get Eipcs with their children, parent in (key-1,key,2,etc)
Hi @Aquarius
Do you have Scriptrunner available. If so you could use the JQL functions the app provide.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.