How to auto assign incident to a particular group based on few words in description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:39 AM
Hi All,
I want to auto assign an Incident to a group based on few words in the description field. Please let me know how I can do that. Few words such as bot, UI path, rpa , etc etc. I am trying with one word as of now, but it is not working. Please guide

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:47 AM - edited 11-02-2023 01:50 AM
You can create before business rule on Incident table to run on insert and update
When to run : Description contains "rpa" OR Description contains "UI Path" etc
Then go to Actions Tab and select your assignment group to assign the Incidents contains those specific words
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:49 AM
Hi @Alp Utku
I want to write it in record producer script itself. This is in create incident record producer. Please let me know how I can write it in record producer script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 02:12 AM
Why not use an Assignment Rule on the Incident Table rather than using a Record Producer script?
Ultimately you have to assign a group for an Incident and Servicenow has provided OOB functionality of "Assignment Rules" for such cases.
Let me know if this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 02:16 AM
I'm having a list of words . Case sensitive also I have to check. This is not possible from assignment rules right