Incident ... when the assignment group is empty. Set assignment group as "ServiceDesk"

sunil kumar11
Tera Expert

Please help business rule script as mentioned below requirement

 

Occasionally, incident tickets are created without an assignment group. According to the process, this should not happen, but we cannot always identify and solve the root cause for this.

 

-> Incident tickets that have no assignment group, are assigned automatically to ServiceDesk

 

Need to Create a BR, on insert and set to run only when the assignment group is empty. Set assignment group as "ServiceDesk"

 

3 REPLIES 3

Voona Rohila
Mega Patron
Mega Patron

Hi @sunil kumar11 

You can write Assignment rule for this, In this case if no assignment group is selected then this will be applied.

 

RohilaVoona1_0-1670398844507.png

RohilaVoona1_1-1670398904662.png

Links

https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/task-table/co...

 

You can also write before insert BR.

conditions : assignment group || Is || empty

actions : assignment group || is || servicedesk


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

sunil kumar11
Tera Expert

Thanks @Voona Rohila 🙂 Its Working now.

Glad to know that my response helped, You can close this thread by marking my response as correct for others who may have a similar question in the future.


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP