Depending on your needs and business processes, you can assign tasks to agents in two ways:
The out-of-the-box application has preconfigured restrictions for assigning users or groups depending on the values of relevant fields. The reference restrictions for Assignment Group and Assigned User fields in Task and ITSM Task tables are defined within the dynamic filters. These filters are stored in the Filter Option Dynamic (sys_filter_option_dynamic) table. From the ITSM Task table, the restrictions are inherited by incident, user query, problems, request, change request tables.
Dynamic filter | Table | Description | |
---|---|---|---|
List of users based on assigned group | Task | If you specify an assignment group, you can assign only an Employee that belongs to this group in the Assigned User field. If you do not specify an assignment group, you can select any Employee record in the Assigned User field. | |
List of groups based on assigned user. | Task | If you specify an assigned user, you can only select the group the user belongs to in the Assignment Group field. If you do not specify an assigned user, you can select any group in the Assignment Group field. | |
List of ITSM_agent on assigned group | ITSM_Task | If you specify an assignment group, you can select only an Employee record with an admin or ITSM_agent role in the Assigned User field. If you do not specify an assignment group, you can select any Employee record with an admin or ITSM_agent role in the Assigned User field. |
Role required: admin. |
To create a new assignment rule, please complete the steps below:
Please keep in mind that task auto assignments only trigger new record creation. The auto assignment rules cannot be configured to handle record update events. For example, the auto assignment does not work when the state or any other field value changes. |
Autoassignment Rule form fields
Field | Mandatory | Description | ||
---|---|---|---|---|
Name | Y | Assignment rule name. | ||
Description | N | Assignment rule description. | ||
Table | Y | Specify a table extending from the Task table and containing objects to assign (like incidents, requests, and so on). | ||
Assignment Type | Y | Specify the assignment type. Available options:
| ||
Assigning to inactive user | N | This field allows you to choose the system response options if the user to which the task should be assigned is inactive. Available choice options:
| ||
Warning | Y | Specify the warning message. The default value is "Task is assigned to inactive user". This field only appears if the Display warning option is selected in the Assigning to inactive user choice list. | ||
Condition | Y | Create conditions to meet before the assignment rule is triggered. Use the Condition Builder to configure a filter that fits your needs. You can create complex AND and OR filters, with more than one condition in one filter.
| ||
Assigned Group | Y | Specify the responsible group for this kind of tasks.
| ||
Assigned User | Y | Specify the person responsible for this kind of tasks.
| ||
Active | N | Select this checkbox to make this rule active or inactive. | ||
Use Script | N | Select this checkbox to specify the script implementing the advanced assignment logic. You can script actions for assigning users and/or groups.
| ||
Watcher | N | Reference to a business rule containing the assignment logic (conditions, groups, and so on). This rule is automatically created when the form is saved. Also, the relevant field is populated with the business rule ID automatically, too. You can manage this business rule later in an appropriate section (System Settings → Business Rules). | ||
Group Script | N | Specify a script implementing an advanced logic for a group assignment.
| ||
User Script | N | Specify a script implementing an advanced logic for a user assignment.
|
The server-side business logic may not work for system tables if the creation or updating of records is initiated by the backend. For example, an Import Set is created as part of loading an Import Source, or an Email is created as a result of a notification rule, and so on. A list of table examples for which server-side business logic may not work:
|
If you are creating a Load Balancer assignment type, you should define which tasks will not be taken into account while evaluating the team's load. You should exclude the completed tasks. To do this, complete the steps below:
The alternative way to create a load balance element is the following:
|
Load Balancer Element form fields
Field | Mandatory | Description |
---|---|---|
Auto Assignment Rule | Y | Reference to the auto assignment rule for which this configuration is to be done. If you create an element out of the related list, this field is populated automatically. |
Completed States | N | Specify the states that can be defined as "completed". All other states related to this rule will be considered "incomplete". You can specify more than one state in this field. |
You can find an example with filled fields in the screenshot below.
Round Robin Element stores information about the next group member to be assigned to a task. The count starts with "0" (group member 1). When the Current User Count field value is equal to "1", it means that the next task will go to group member 2.
Unlike the load balance element, the system will create a relevant element automatically once the auto assignment rule is executed. That us, the round robin element is not obligatory to create manually.
To create a round robin element, complete the steps below:
Round Robin Element form fields
Field | Mandatory | Description |
---|---|---|
Autoassignment Rule | Y | Reference to the auto assignment rule from the dictionary (one created earlier). |
Current User Count | Y | This value defines which user is to be assigned to the next task. Please note that "0" here stands for the first employee in the queue. |
The auto assignment engine works in collaboration with the personal schedule engine. If an agent is absent (on vacation, for example), they will not be assigned to a task. For this, the absence record should be created and approved by the person.
Personal Schedule is a separate application that is not included into a standard box. Make sure that you have the application installed. If not, please purchase the application pack from your vendor and install it as described here. |
To create a new absence record, please complete the steps below:
Absence form fields
Field | Mandatory | Description | |
---|---|---|---|
Number | Y | Absence record number. This field is read-only and always populated automatically. | |
Employee | Y | Specify an employee for whom you need to record an absence. | |
Manager | Y | The name of the employee manager will appear automatically in the field after saving the record. This person is responsible for the absence approval. | |
Type | Y | Specify the absence type. Available options:
| |
Description | N | Optional record description. | |
State | Y | Absence stated. Available options:
| |
Start Date Time | Y | Specify the absence start date. | |
End Date Time | Y | Specify the absence end date. | |
Days count | Y | This field is populated automatically and represents the absence duration in days. |