We have over 50 assignee groups.
Is there a way to find all issues that list the assignee group that the current user is in?
We need a universal filter, similar to this,
assignee in (currentUser())
but with assignee group
Hi Vlad,
Try using assignee in membersOf("groupname") where groupname is the name of the group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.