How can I tell all incidents that a given assignment group touched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 08:30 AM
I've seen all the postings about using a metric, for this case it won't help because we don't have that metric set up and I need to look back in time.
Basically I need to be able to determine if a given team was ever assigned to an incident during a given time frame. I suspect that absent a significant amount of coding getting an accurate answer is not possible. Has anyone been able to do this?
All suggestions are gratefully accepted.
:{)
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 08:37 AM
hello
the only way is metric .
if you have a metric on assignment group field then you can find metric instances .
But the only catch here is you cant get the past data in specific time frames with metrics it only caotures the data from the time the metrics is created.
OR
check if you have audit enabled for your table assignment group field .
you might get the history of changes
please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 09:41 AM
Thank you Mohith. We do have audit data for assignment group. However, integrating the data for incidents with the data from audit is not a simple task. I'm hoping that someone has already come up with an efficient way to get the two data sets synchronized.
:{)
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 10:03 AM
but i think then its only possible with metric but unfortunately you cant get the old data!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 10:59 PM
Are you sure you do not have these Metrics (its OOTB since a looong time).
Check Metrics -> Definitions and look for the table "Incident".
If they are really not there, you may want to have a look at the HistoryWalker (https://docs.servicenow.com/bundle/washingtondc-api-reference/page/app-store/dev_portal/API_referenc...) or manally query the Audit Table (see https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/time/concept/explo...)
If this post was helpful, I would appreciate if you marked it as such - thanks!
Best
Daniel