Data Hygiene - Report to identify Parents with more advanced status children

Jane Bentley October 25, 2024

Does anyone have any code that would identify any Issues say in the To Do category, but with children that have progressed to the In Progress category ? 

 

I can do some bits individually eg; 

 

 

Step 1 - project in ("project 1, Project 2") AND issuetype = "Business Outcome" AND statusCategory = "To Do"

 

Step 2 - (where filter 218734 is the above)

 

issueFunction in portfolioChildrenOf("filter = 218734") AND statusCategory in ("In Progress", Done)

 

Step 3 - (where filter 218735 is the above) 

 

issueFunction in portfolioParentsOf("filter = 218735") AND issuetype = "Business Outcome"

 

Which works ok for Portfolio Epic, Epic and Capability, but then I struggle when it gets to Features as the above commands don't work at this level ?

0 answers

Suggest an answer

Log in or Sign up to answer