Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,949
Community Members
 
Community Events
184
Community Groups

I want to pull all the issues from initiatives where summary of initiative contains 'Onboarding'

I have 4 initiatives with Summary contains 'Onboarding' and I just need to pull all those Stories/Epics/Features to be pulled in my Jira pla which belong to these 4 initiatives

1 answer

0 votes
Kristopher Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 06, 2023

So finding the all children (across all the levels; epic, standard, and sub-task) of an Initative can be found with the following JQL

issuekey in portfolioChildIssuesOf(MYKEY-1)

In order to get the 4 you would need to do this with OR statements, so it would look something like this:

issuekey in portfolioChildIssuesOf(MYKEY-1) Or issuekey in portfolioChildIssuesOf(MYKEY-2)

Because of the way Advanced Roadmaps is structured, the Initiatives must be explicitly stated in the JQL.

How this will work in Data center? And second thing is can I have a JQL filter that pulls everything from all the Initiatives where label = onboarding ? 

Kristopher Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 08, 2023

Yes, this will work in Data Center as well, and no you cannot reference Initiatives with any other attribute other than explicit issue key. This is why I have the JQL structure as an OR statement with each key listed.

So how do I get all the children from all the initiatives where the Summary of initiative contain 'Onboarding'? 

I was actually expecting that I can have a nested jql that will help with this request. 

For example ->

Project = Abcd-101 AND potfoliochildissue of Initiative where Summary ~ 'onboarding'

Kristopher Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 11, 2023 • edited Apr 12, 2023

The portfolio JQL is not capable of doing what you are asking. You will need to include each Initiative, by key, in the format I provided above.

That answer could change based on additional addons you may have with enchanted search capabilities, but the native Jira JQL doesn’t allow for this kind of referencing.

Kristopher Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 12, 2023

For a little more context - here is the documentation around Advamced Roadmaps JQL with examples - https://support.atlassian.com/jira-software-cloud/docs/search-for-advanced-roadmaps-custom-fields-in-jql/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events