inbound email action to update the incident assignment group based on the subject line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 02:00 AM
Hi All,
Can anyone please help me on the below requirement.
The incident should be created automatically when the email will come to the mail id..and based on the subject the assignment group should be set automatically.
Please let me know how to achieve this.
Regards,
Mansi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 04:40 AM
Hi @Dr Atul G- LNG ,
Do i need to create new assignment rule based on the subject and assignment group?If this how to set in the script of inbound action so that it will automatically while incident will get create.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 04:43 AM
Hi @Mansi roy
Yes, You need to create a new Assignment rule and in the condition you can add
short description contains == XYZ
and on based on this the incident get assigned.
But if you are expecting that the short description should come from Inbound action ( as dynamic) , which is not a possible case.
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
08-02-2024 03:33 AM
hi @Dr Atul G- LNG .
I have created inbound action and assignment rule.I have like 25 short description.I have set the asisgnment group in assignment rule.
In inbound action what i need to write the code so that the incident will get auto assign to the assignment group based on the subject.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:08 AM
Hi @Mansi roy
In the Assignment rule you need to mention the condition that
A short description contains and it works.
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
08-02-2024 03:43 AM
Hi @Mansi roy ,
Check the below script and modify it as per your requirement.