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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
What query can find all the program epics which are not marked as closed even if all its child features are marked as done?
I tried following but didnt work
project = P1 and issuetype = "Program Epic" and status != Closed and key in Portfolioparentsof("issuetype = Feature") AND key not in Portfolioparentsof("issuetype = Feature and status != Done")
To summarize, I am listing all Program epics and excluding the ones which has atleast one feature in progress.
Hierarchy is Portfolio Epic -> Program Epic>Feature->Story
Hi Amit - Did you ever get this solved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.