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

How can I draw all parents & child-issues in a filter?

Here is my challenge:

We use a single project to contain Initiatives and Programmes, no other issues types there. This project contains all Initiatives for all 3 squads that we have.

We want to create a Plan (Adv. Roadmap) for one of the squads, with a filter that displays only the programmes and initiatives, related to that Squad.

*The challenge is that we also want to be able to drill down to the Epics and stories, as well.

I know there is this JQL: "or issuekey in portfolioChildIssuesOf(FMPI-4) or issue in (FMPI-4)" but that requires me to list each of them manually and this is obviously not good, as it needs to be updated every time we create a new one. So is there something that I can use to say "give  me all Porgammes and initiatives from this project and all of their children (from other projects) ?

2 answers

0 votes
Danut M _StonikByte_
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.
Oct 23, 2023

Hi @Toncheva_ Mirela _BG_,

Our Great Gadgets plugin could be helpful here. It offers a Work Breakdown Structure (WBS) gadget that takes the issues from a specified filter and displays them in a tree structure, by their hierarchy, in form of Initiatives > Epics > Stories, Tasks > Sub-tasks, exactly as you want.

image.png

All you have to do it to have a filter that returns the issues to be grouped and to configure the gadget to use this filter. Then, the magic will happen.   

Please note that this app offers many other gadgets that you will find useful. Just have a look over the articles from our blog to make an idea. It can be a great asset for your team and company.

I hope this helps. 

Thank you,

Danut 

0 votes
Charlotte Santos
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.
Oct 23, 2023

Hi @Toncheva_ Mirela _BG_

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find programmes, initiatives and all their children:

issue in childrenOfIssuesInQueryRecursive("type in (programmes, initiatives)", 2) OR issue in parentsOfIssuesInQuery("type=Epic")

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,

Charlotte

Suggest an answer

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

Atlassian Community Events