The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need JQL to get epics from all the Project Initiative

Saritha Bs
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!
March 15, 2019

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

 

 

 

1 comment

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Tarun Sapra
Community Champion
March 15, 2019

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.

Saritha Bs
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!
March 18, 2019

Thanks for the response, childIssuesof is not there :-(

I am getting this error "Unable to find JQL function 'childIssuesOf(xx1234)'.

Tarun Sapra
Community Champion
March 18, 2019

Hello @Saritha Bs 

This function is coming from the portfolio plugin (just like the "Parent Link" field)

https://confluence.atlassian.com/jiraportfolioserver/searching-for-issues-using-portfolio-details-940678957.html

TAGS
AUG Leaders

Atlassian Community Events