Efficient way for external tool to assign incidents to the right Assignment group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:34 AM - edited 04-04-2024 01:43 AM
We have an external system that wants to create incidents and assigns it to respective assignment group in ServiceNow.
There are around 100 groups.
To assign INC to the Assignment group, we need to send sys_id only? If yes, external tools team should store sys_id of all those 100 groups?
Is that the only option? Any alternate options? They are telling its tedious to store sys_id of every group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:39 AM
Hi @Suggy
Greetings!!
You want to assign in ServiceNow or in external system?
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
04-04-2024 02:16 PM
Hi, I want to Assign in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 02:27 PM
Hi @Suggy,
The external system doesn't have to assign an Incident to a group.
All it has to do is populate the necessary fields (e.g. category, CI).
Once that's done, you can create an Assignment Rule in ServiceNow to assign the Incident to an appropriate group depending on the values of the Incident.
By doing this, you can standardize the process of assignment in a single place.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 11:10 PM
Hi @James Chun but that is our requirement. External system has logic built within that tool and they want to have the ability to assign from their end 🙂