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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.