I wanted to get the list of epics and the respective stories under initiative.
I could get them using
issuekey in childIssuesOf("<Issue key>") mentioned here
but wanted to group by epics. I tried order by epic but not getting stories under respective epics.
I believe that "initiative" is some kind of issue type? If so, it is linked with epics with specific link?
In that case you could use
issue in linkedIssues(issueKey,linkType)
But that won't show you user stories under epics in a hierarchy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.