HI, I would like to have a queue or a filter to see all tickets assigned to my groups.
My user can be a member of multiple groups. How can I do? I want the filter to update depending on the groups the user belongs to. Thank you very much.
I have a similar request, but I'd like the filter to be dynamic. So if my group membership changes, or I share the queue with someone in different groups, we still only see the tickets assigned to the groups we are in. Is that possible?
Hi @pedro.gavilan ,
You could use a JQL like this one:
assignee in memberOf(yourgrouphere)
Hope this helps
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.
This is out of the box.
The command should like this:
assignee in membersOf("Feature QA")
There's an "s" in members and you need to put the group in double quotes.
Hope that works out for you!
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.