- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 07:58 AM
Hello. We're an MSP that is looking to report on how many times a particular case gets reassigned to another person. In this situation, we have 3 different assignment groups and we're NOT looking for the reassignment group field as that only shows when a case changes from one group to the next.
Rather, we're looking to be able to report on how many times a case gets reassigned to another team member so that we can understand what the customer experience might be when cases keep getting handed off. In this particular instance, a case could bounce between different assignment groups, but we want to know each time the "Assigned To" field changes and count that.
Any suggestions?
-Jason
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:36 AM - edited 12-13-2022 12:05 PM
Change your condition to current.assigned_to.changes()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:25 AM
The only thing I can think of here is that the name of the field is different. Can you post a screenshot of the dictionary entry you created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:35 AM
It's set EXACTLY like the "Reassignment count" entry - only thing different is the name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:36 AM - edited 12-13-2022 12:05 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:40 AM
YUPP OMG That's what I get for multi-tasking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:56 AM
Bingo! Thank you so much for your help Ryan! Much appreciated!