How to pull incidents records to show when it was 1st assigned to a specific group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 03:49 AM
Hi guys,
Is it possible to extract records of incidents to know exactly when they were 1st assigned to a group?
For example, the INCIDENT came from "ASSIGNMENT GROUP A" then was transferred to "ASSIGNMENT GROUP B".
We want to know when it was transferred to Assignment Group B without opening the tickets individually. Is there a possible filter for that? or can we create a report that will capture that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 04:04 AM
Hi @Irene M
I don't is any specific filter available that used to find out when it was change group but in Audit[sys_audit] table it is easy to find out like below
document key is incident record sys_id.
We can create report in Audit table also to finding data.
Please check and let me know if it helpful or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 04:16 AM
Hi @Kalyani Jangam1 good day! thanks for responding unfortunately the sys_audit table is restricted for us in PROD instance. Is there any other way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 04:23 AM
Hi @Irene M
Please check below link for dynamic filter operation
https://www.servicenow.com/community/itsm-forum/dynamic-filter-incident-updated-by-member-of-assignm...
Please check and let me know if it helpful or not.