Help Needed: Report for Last Month’s Incidents – First & Last Assignment Group Tracking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hi all,
I’m looking to generate a report in ServiceNow for incidents created last month that were initially assigned to the first assignment group and later resolved under the last assignment group.
Could anyone guide me on how to build this report or suggest the best approach to filter and extract this data?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @SajidK ,
My initial thought would be that you should create a metric based on the incident metric definition "assignment group"... This should be available OOTB.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
Hi,
I suggest you to create a new field and populate this field with the first assignment group assigned to the ticket. Population of this field can be implemented using a Business Rule.
You can also use the option suggested by Andres, but for reports you may need to join tables if you want to display multiple fields in same report
Palani