I want to write a JQL query where I can get the stories from Epics that have a specific Parent Link.
Initiative -> Epic -> Story
I had:
issue in issuesWhereEpicIn("\"Parent Link\" = GSA-3303") ORDER BY status ASC
We've since migrated to the cloud and have lost access to prior functions.
Is this possible with straight JQL?
Thanks - Michelle