Jira Service Management is getting a new navigation

We’re in the process of rolling out these changes and the documentation may not match your experience. Bear with us while we update it to reflect the new changes. More about navigating the new Jira

·

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:

  1. From your service project, select Project settings, then Automation.

  2. Select Add rule.

  3. Select Custom rule.

  4. Select Continue.

  5. Enter a meaningful name and description for the rule.

  6. Set up when, if, and then settings for your rule that correspond to your matrix. Learn more about automation rules.

  7. 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.

 

Still need help?

The Atlassian Community is here for you.