List of incidents reassigned from one group to other by an agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 10:18 PM
Hi All,
How can I get a list/report of all the incidents that I have moved from my assignment group to another.
I work as a Service Desk agent and several times I re-assign tickets which are not in our scope.
Example - If I have received a ticket which should be dealt by network team, I had changed the assignment group to Network.
I am practicing on demo instance as I am a beginner on ServiceNow. Please help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 04:22 AM
Hi Priyanka,
You cannot find the audit (old and new values of a field) from Incident table. One way to find is from "https://<instance>.service-now.com/sys_history_line_list.do". If you are admin, you can go to this table and add filters like below based on your need:
You can use the Update number (above is 😎 which tells, the record INCxx9009 is updated by changing Assignment group 8 times (the first will always be from Empty to a Group)
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 04:27 AM
I would suggest you create a metric definition for this and report on that.
New Metric definition can capture when Assignment group changes form X to any, Check your instance there might be something there already that you can use.
Reporting on History is really not recommended.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 10:13 PM
Hi anurag are you able to explain in more detail how you would create this metric defintion and create a report in PA to visualise the results?
Thanks