Sometimes tasks have lots of sub-tasks, and it is perfectly OK for them being on the board during work on them. With time sub-tasks will be resolved to Done column. And as soon as parent task is also finished and moved to Done - there is no sense to keep and show all its subtasks there.
Please help with JQL filter to hide sub-tasks from Done
column if/when their parent is moved to Done
. Basically, it's like collapsing subtasks underneath parent.
I've tried smth like
issuetype = Sub-task AND issueFunction in portfolioChildrenOf("Status = Done")
but with no success