JQL Assistance - Retrieve the Children of multiple Initatives

Lee Street
Contributor
December 19, 2024

I want to create a filter to retrieve the children of multiple initiatives but have not been successful

An initiative is the parent to an Epic in our structure

 

Id like to retrieve all the initiative children (Epics, Stories, Bug, etc) for a plan

 

Can you assist?

2 answers

0 votes
Prosper Agwegiokhe December 19, 2024

Hi @Lee Street

My name is Prosper, and I’m a support engineer at Appfire. I’m here to help.

If you’re open to a plugin suggestion, I recommend trying our app, JQL Search Extensions for Jira.

You can use the following query:

issue in childrenOfIssuesInQueryRecursive("key in ('issueKey1', 'issueKey2') and type=Initiative")

This query will recursively return the children of the issues "'issueKey1', 'issueKey2'".

For more details about these queries, feel free to refer to our documentation, and don't hesitate to reach out to our support team if you have any further questions.

We’d be happy to assist you!

Best regards,
Prosper.

0 votes
Rachel 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.
December 19, 2024

Hi @Lee Street ,

It sounds like you might be using the issue hierarchy and plans feature in Jira Cloud. If so, you can use a JQL statement like:

issuekey in portfolioChildIssuesOf("ISSUE-123")

Simply replace ISSUE-123 with the ID of one of your initiative issues.

There's more info about this query and others you can use with plans here: https://support.atlassian.com/jira-service-management-cloud/docs/search-for-advanced-roadmaps-custom-fields-in-jql/

Hope this helps!

Rachel Wright
Author, Jira Strategy Admin Workbook

Lee Street
Contributor
December 19, 2024

Thanks Rachel, how do I do that for multiple initiatives, not just one though in one JQL filter?

 

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