I would like to create a filter that lists all assigned work (tasks and sub-tasks). I am using this JQL
resolution = Unresolved AND Sprint in openSprints() AND Sprint not in futureSprints() AND assignee in (currentUser()) order by updated DESC
This works for tasks but it does not show sub-tasks. Even though the sub-tasks also are assigned to the same sprint as the parent task.
Help appreciated!
Frank