Our issue hierarchy is as follows:
Initiative >> Portfolio Epic >> Epic >> Story/Task/Spike, etc.
Question: Is there a query I can use to display all the children of an Initiative, up to and including the Story level? For instance, if I specify the Initiative ‘INIT-123’, the resulting query would display all of its childen, including Portfolio Epics, Epics, and Stories/Tasks/Spikes, etc.
Technical information:
Looks like I found the answer after some more searching.
issue in childIssuesOf("INIT-123")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.