I'm able to get Theme results for initiatives using this:
issueFunction in portfolioParentsOf("project = TESTPROJECT and issuetype = Initiative")
I want to do the opposite. How can I return the Initiative results for a set of Themes?
Hi @Bea Tea
This should work:
issueFunction in portfolioChildrenOf("project = TESTPROJECT and issuetype = Theme")
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries Bea - if this worked for you, could you accept the answer using the button above?
Ste
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.