How can I prevent a task from showing in the backlog if a subtaks is not DONE yet?
Hello,
You can not do it out for the box.
You would need a plugin for it.
For example, you could use the Power Scripts plugin:
You could add to your board's filter a JQL like this:
key in hasSubtasks("status != Done");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.