Mapping between ticket category and Assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 11:06 PM
How to create the mapping between ticket category, sub category and Assignment group.
Requirement: Group 1s escalate to group 2s after 24 hours. Group 2s escalate to group 3s after 48 hours.
How to implement this escalating to group requirement in Servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 11:42 PM
Hi @vidyajadhav
for the assignment of groups, you can us Assignment rules:
There you can set the conditions for categories and subcategories.
However for the escalation, you will need to apply via (Work)Flow or any other method,
Please tell me where have you gotten stuck and I will try to help you continue
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 08:12 AM
@vidyajadhav do you have any progress with this?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 11:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 12:17 AM
Hi @vidyajadhav
first you must select a table, then all the available fields will appear and from these you can select category and subcategory:
And you will create as many records as needed.
For example:
Category: Network, Subcategory: Email > assignment group 1
Category: Network, Subcategory: VPN > assignment group 2
Category: Hardware > assignment group 3
Etc...
Thank you for accepting this solution
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */