I've created an advanced roadmap from a query from an initiative. I'm using:
Parent = HA-1025
This pulls all of the epics that have that parent, but I want to see the child issues of those epics. How do I do this?
Hello @Nate Dickinson
If you want all the children and "grandchildren" of HA-1025 then try this:
issuekey in portfolioChildIssuesOf("HA-1025")
That function is documented here:
That's hilarious. Grandchildren should be an actual term.
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.