list of tickets assigned by Individual to a particular group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:02 AM - edited 07-31-2025 02:03 AM
Hi All,
Please help me to identify, List of tickets assigned by user1, user2, user3 to a group1.
i tried metric_instance report with below filters. But is not giving actuals.
Even I tried sys_history_line table with below filters. It is also not accurate.
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:22 AM
Have you tried using the task table instead of metric_instance and sys_history_line?
Task will give incidents, sc_tasks, problems, changes etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:55 AM
did you check sys_audit table?
Query sys_audit with field name = assignment_group, new value = group 1 sysId and updated by = user1/user2/user3
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:59 AM
Hi Ankur,
Thank you for the response. I did few minutes ago. I am using "created by is one of" and rest all as you said.
It is taking too much time to fetch the data. but I guess this shows expected results accurately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 04:05 AM
Glad to know that my response worked for you.
Thank you for marking my response as helpful.
Yes it will take time as that table is huge and system table.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader