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 01:52 AM - edited 07-31-2025 01:56 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:
-
Analytics and Reports
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 02:54 AM
Hello @ramprasad_purru
The history you see when you open the records history list is stored in sys_history_set and sys_hystory_line tables. The record in these table are cleaned after 30 days of most recent use. The actual history is stored in sys_audit table, but it is not recommended to report against this table as this would cause performrmance impact as it could have billions of records.
details: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0547662
You can create a metric (scripted) to have user name and assignment group name stored when assignment group changed and then report against the same.
Thank you,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 04:03 AM