Best practices for disabling an Assignment Group - Identify automation associated with the group.

JR42
Giga Guru

Before disabling an Assignment Group, how would one go about identifying any automation (record producers, scheduled templates, workflows, etc) that may be creating/assigning tickets to the assignment group?

Also, is there any need to move the Closed tickets before disabling the assignment group?
If I don't move the closed tickets, will they still be returned in report results, or do they become hidden/archived?

Thanks!

1 ACCEPTED SOLUTION

Hi,

You can check as follows.

Assignment rules:

Navigate to System policy --> Assignment and check your assignment group in group field.

Example-

find_real_file.png

 

Business rules/UI actions/Script Includes:

Check the script, assignment group sys_id used or not

Filter: Script CONTAINS assignment group sys_id

Also, check in Condition builder

 

Assignment group IS your group-name

Example-

find_real_file.png

Client Scripts:

Check client scripts with setDisplayValue function with group sys_id and name.

 

System Properties:

Check the Value field with group sys_id.

find_real_file.png

Configuration item:

Check the Support group/Approval group field.

 

Thanks,
Sagar Pagar

The world works with ServiceNow

View solution in original post

6 REPLIES 6

Hi Justin,

Good day!

If my response help to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.

 

Thanks,
Sagar Pagar

The world works with ServiceNow

Thanks Sagar, I really appreciate the help!