Query to identify active Story tickets that don't have a active Child ticket

Scenario:

I have a kanban philosophy that says any story ticket in an active state (doing or testing) must have a sub-task ticket in an active state.

I want to identify the exception. i.e., identify all story tickets that do not have an active sub-task.

Is there a query or report that can identify these exceptions?

0
1 comment

Hi!

There is no suitable search for your scenario, I'm afraid. You can implement it via workflow, though, as per suggested in this comment.

You can also list all inactive subtasks and then check their parent issues, if it helps: subtask of: (project: projectname) state: -open 

0

Please sign in to leave a comment.