- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 04:34 AM
I want to create a SNOW Filter to identify the incidents that were auto resolved by system and later assigned by a specific person in his name. Idea is to find the incidents that got auto resolved before an engineer takes any action.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 08:12 AM
hi @balarpm
1st, it is not SNOW, it's SN or ServiceNow.
2. As per my knowledge of OOTB, Auto closure is available but not resolved. Is something configured by you/the team?
To do this, need script
1. To run query to find all incidents which are auto-resolved and assigned to is empty
once you get this you can create a metric to find to whom the incident is assigned.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 08:12 AM
hi @balarpm
1st, it is not SNOW, it's SN or ServiceNow.
2. As per my knowledge of OOTB, Auto closure is available but not resolved. Is something configured by you/the team?
To do this, need script
1. To run query to find all incidents which are auto-resolved and assigned to is empty
once you get this you can create a metric to find to whom the incident is assigned.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 11:14 AM
Atul,
Thanks a ton for your inputs.