How to find total incidents that are not touched by any other assignment groups except my group ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2024 09:15 PM
How to find total incidents that are not touched (reassigned, updated, etc) by any other assignment groups except my group ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 02:06 AM
Use the metrics table. Or create your own custom logic to apply reassignment on group level.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 02:12 AM
Hi @Snehal13
check if the below solution helps:
https://www.servicenow.com/community/platform-analytics-forum/report-on-tickets-touched-or-handled-b...
……………………………………………………………………………………………………
HAPPY LEARNING
Please Mark it helpful 👍 and Accept Solution✔️!! If this helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 06:16 AM
Hi @Snehal13,
go to > Metric Definitions in ServiceNow.
Create New Metric Definition
Name: Give it a name > "Incidents Untouched by my Groups"
Choose Table: Incident
Metric Criteria:
Condition: Assignment Group "is not" your group.
This will give you all inc which are untouched by x group
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....