I’m trying to build some searches to show tickets where specific groups are CC’ed. I expected a query like this to work to show only tickets that copied the Managers group:
CCGroup = 'Managers'
But instead, it seems like it includes any ticket where any member of the Managers group is CC’ed, not the group itself.
Similarly, searching for tickets where a user is CC’ed includes ones where they are indirectly copied via a group they are a member of.
How can I search for tickets where the group itself is copied, not just any member of it? And can I search for tickets where a user is directly CC’ed, not because they are part of a group that was CC’ed?