Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter on assigne BUT show all subtasks?

Daniel Åkesson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
Contributor
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2017

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events