Hi there,
I am wondering if it is possible to identify with a JQL search all child sub tasks that remain open even though the parent task has been marked as resolved/closed?
Hello,
You could do it with the Power Scripts add-on:
status != Resolved and key in subtasksOf(
"status = Resolved")
Not out of the box I'm afraid.
However this can be achieved through a groovy script if you have addons like Scriptrunner or JMWE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.