Is there a way to show only the "done" subtasks within a task that is not completed?
The "show done items" toggle shows completed tasks and subtasks but I would like to only see the items that were completed in active tasks. This would be helpful to see the progress in current tasks.
Hi @Jolie
You can try the below filter to the get list of subtasks completed whereas the parent is not completed:
project = ABC AND issuetype = Sub-task AND status = Done(Final status of the subtask workflow) AND "Parent Link" != done(Final status of the parent workflow). If you want to use multiple statuses for the parentlink you can use "Parent Link Not In()".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.