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?