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
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()
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.