latest JQL query for portfolioChildIssuesOf

Tricia Bailey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 12, 2022

this JQL keeps changing with cloud and other improvements. there are TONS of older versions of this question. 

parent link is great if I only want the immediate decedents. How do I get all of the decedents for a specific initiative. 

 

It was issue in childissues of  then it switched to portfolioChildIssuesOf - and now that isn't recognized either. 

 

thanks

2 answers

1 vote
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 12, 2022

Hi @Tricia Bailey and welcome to the community!

For cloud, this query should still work and bring in all descendants:

issue in portfolioChildIssuesOf("YOURKEY")
Angel Fucaraccio (31st) September 20, 2023

Is there a way to add multiple keys?  This doesn´t work.

issue in portfolioChildIssuesOf("KEY01", "KEY02", "KEY03")
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 20, 2023

Hi @Angel Fucaraccio (31st) 

Unfortunately no.  Agree that this would make life easier, but unfortunately, you'll have to add a bunch of OR clauses:

issue in portfolioChildIssuesOf(KEY01) OR issue in portfolioChildIssuesOf(KEY02) OR issue in portfolioChildIssuesOf(KEY03)
Angel Fucaraccio (31st) September 20, 2023

Well, at least there is a work around.  It works, thanks!

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events