Forums

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

Query to find Open Program Epics with all Done Features

AMIT GULATI
Contributor
June 13, 2022

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

1 answer

0 votes
John Funk
Community Champion
January 18, 2023

Hi Amit - Did you ever get this solved? 

Suggest an answer

Log in or Sign up to answer