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 ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.