How to count the # of reassigned tickets per agent
Hi,
I'm trying to build a query which counts the total # of times a specific agent has reassigned a ticket to a user-group (during the previous week).
I'm using COUNT(Assignee reassignments) as the metric, and I'm applying a filter for Assignee name, but the result is always zero. Presumably I'm doing something wrong.
How can I achieve this? Essentially I would like to count how many times each of our less experienced team-members in Level 1 Support escalates a ticket to a group called Senior Team (which is our Level 2 Support) for the previous week. The Level 2 folks will then assign a ticket to themselves independently.
Thank you! :)
