The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to see all epics of sagas that implement given Saga?

Aquarius
Contributor
December 6, 2024

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

 

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

6 votes
Answer accepted
Marc -Devoteam-
Community Champion
December 6, 2024

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)

Aquarius
Contributor
December 6, 2024

Indeed, thank you for the answer, Marc!  :)

2 votes
Answer accepted
Florian Bonniec
Community Champion
December 6, 2024

Hi @Aquarius 

 

Do you have Scriptrunner available. If so you could use the JQL functions the app provide.

Issue Links

Portfolio

 

Regards