With the removal of portfolioChildrenOf(Subquery) and childrenOfIssuesInQueryRecursive(), is there any other method to be able to identify all of the cases/stories that ultimately roll up to certain initiatives of a given project via a Parent Link?
My hierarchy looks like this:
Initiative -- (Parent Link) --> Epics -- (Epic Link) --> Stories --(Sub-tasks)--> Stories
I would like a filter that looks at all the Initiatives and selects those that fulfill certain conditions, then returns all of the Epics and Stories that roll up to them.
As a clarification, I cannot use the linkedIssuesOfRecursive() function because it only looks at Linked Issues, not the specific Parent Link field.
Thank you!
Hi @Richelle Nixon,
I think you just have use linkedIssuesOfRecursive JQL function, setting your conditions in subquery of this function.
This is the reference page for this JQL.
The linkedIssuesOfRecursive function does not meet my needs. As mentioned, it only looks at the jira cases listed under the Linked Issues. "Parent Issue" is a different field. There used to be functions like portfolioChildrenOf to trace the hierarchy through the "Parent Issue" field, but they have been discontinued.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.