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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.