You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I need a JQL query to get the epics from all the Project Initiative
"Parent Link" in (XX-1234)
Gives list of Project Initiatives under one Program Initiative, where XX-1234 is a Program Initiative. Say it gives a list of xx Project Initiatives. And under each Project Initiative there are 3 or more Epics.
I want to list all the Epics from those xx Project Initiatives. I need this dynamically, because Under Program Initiative we might add, Close or remove Project Initiatives
Hello @Saritha Bs
This should do the trick, it's supported out of the box in Jira
issuekey in childIssuesOf("XX-1234") and type = epic
Here XX-1234 is the Program Initiative.
Thanks for the response, childIssuesof is not there :-(
I am getting this error "Unable to find JQL function 'childIssuesOf(xx1234)'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Saritha Bs
This function is coming from the portfolio plugin (just like the "Parent Link" field)
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.