Filter on assigne BUT show all subtasks?

Daniel Åkesson November 7, 2017

Hi! 

Is it possible to do a filter to show all main(as contradict to Sub) issues assigned to assigne but ALL subtasks?

Thanks

Daniel

1 answer

1 accepted

1 vote
Answer accepted
Dennis Markwart November 7, 2017

All subtasks assigned to the current user:

assignee = currentUser() and issuetype in subTaskIssueTypes()

All Issues assigned to the current user, but no subtasks:

assignee = currentUser() and issuetype not in subTaskIssueTypes()  

 

Daniel Åkesson November 7, 2017

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events