I have this filter to give me what was completed this week across a couple projects. I only get the Tasks, but no Sub-tasks. Anyone know how to get the done tasks and done sub-tasks? I would want the done sub-tasks even when the parent tasl may still be open.
project in (project1, project2) AND status = Done AND resolved >= -1w AND assignee in (user1, user2, user3) ORDER BY "Epic Link"
Thanks,
Morgan