Need help with issues linked from parent theme

Bea Tea
Contributor
July 28, 2023

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?

1 answer

1 accepted

1 vote
Answer accepted
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 28, 2023

Hi @Bea Tea 

This should work:

issueFunction in portfolioChildrenOf("project = TESTPROJECT and issuetype = Theme")

Ste

Bea Tea
Contributor
July 28, 2023

@Ste Wright thank you so much!

Like # people like this
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 28, 2023

No worries Bea - if this worked for you, could you accept the answer using the button above?

Ste

Like John Funk likes this

Suggest an answer

Log in or Sign up to answer