list of tickets assigned by Individual to a particular group

ramprasad_purru
Tera Contributor

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. 

ramprasad_purru_0-1753952013674.png

 

Even I tried sys_history_line table with below filters. It is also not accurate.

ramprasad_purru_1-1753952163709.png

 

2 REPLIES 2

Ahmmed Ali
Mega Sage

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

 

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

Hi @Ahmmed Ali ,

 

Can you help me how to create metric (scripted) ?