Next-Gen Subtask Filters / Issue Search

Ty Thorsen September 23, 2019

This query returns a list of subtasks assigned to me.

assignee = currentUser() AND type in subTaskIssueTypes()

 However, this one does not even though I KNOW that one of my Subtasks is in an open Sprint. I can see the sprint value on the issue detail view.

assignee = currentUser() AND type in subTaskIssueTypes() AND Sprint in openSprints()

Why are subtasks not indexed by Sprint Value?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 23, 2019

Sub-tasks don't matter to the sprint, they only matter in the context of their parent issue.  So they're irrelevant to most places you want to talk about "things in the sprint".

Annoyingly, that means Atlassian have chosen not to inherit the sprint from the parent.

Ty Thorsen September 23, 2019

Sure, but then is it possible to write a query to show subtasks whose parent are in an active sprint?

Suggest an answer

Log in or Sign up to answer