Create an automation rule to prioritize your incidents
After configuring the workflow, let's create the automation rules that trigger the appropriate transition depending on the urgency and impact selected during request creation.
To create an automation rule to prioritize your service project requests:
From your service project, select Project settings, then Automation.
Select Add rule.
Select Custom rule.
Select Continue.
Enter a meaningful name and description for the rule.
Set up when, if, and then settings for your rule that correspond to your matrix. Learn more about automation rules.
Select Save.
The rules should follow the following pattern:
When: Work item created
If, or Else if: Specify the urgency and impact value pair according to the matrix, for example:
status = "Priority triage" AND Impact = "Extensive / Widespread" AND Urgency = "Critical"
Then: Transition work item, and select the transition that matches the value pair according to the matrix.
Note: If your Urgency or Impact value is optional on the request form or work item create screen, then there might be cases where these fields are empty. In this case, make sure that you add a Else if condition that caters for this scenario, for example:
Else if:
status = "Priority triage" AND Impact is empty OR Urgency is EMPTY
Then: Transition work item, Low.
Was this helpful?