Hi! I managed to get the children portfolio (all levels and from different projects) of a certain task using the following code, where XYZ-531 is a ticket level #2
parent IN ( portfolioChildIssuesOf("XYZ-531") )
Now, I would like to get all the children portfolio to use is as an input for a Jira plan.
I have a filter that returns several tickets from XYZ project and I would like to get all the children portfolio for all of them.
Is if possible to use a filter as input for the portfolioChildIssuesOf function or is there another equivalent way to do it?
Hi Nicolas - Welcome to the Atlassian Community!
Yes, you can use a filter with the portfolio function and base your plan on the filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.