Set an Order for Simultaneous SLA Events

This page is about Time to SLA for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.

This feature allows you to control the order in which simultaneous SLA events are handled, giving you greater flexibility and ensuring your SLAs reflect your business needs.

This applies to scenarios where multiple SLA conditions are met simultaneously. Previously, these events were handled randomly. Now, you can define the order of execution using the Default Event Order feature.

This feature significantly impacts the calculation logic of your SLA, so it's crucial to understand your business requirements before making changes. For this to take effect on your old SLAs, make sure you use recalculation.

Configuring Default Event Order

First, build the best order for the simultaneous events, but you can reorder for your specific use case.

  1. Navigate to Settings > Advanced.

    image-20240207-102043.png
  2. Locate the Default Event Order option.

  3. Use the drag-and-drop functionality to arrange the events in your desired order.

  4. Click Save to apply the changes.

This default order will be applied to all SLAs in your environment unless overridden.

Overriding the Default Order for Specific SLAs

If you’d like to set a different order to the simultaneous events per SLA:

  1. Go to the configuration of the specific SLA you want to modify.

  2. Click Edit.

  3. Scroll down and click Event Order.

    image-20240207-102824.png
  4. Enable the Override Default Event Order option.

  5. Use the drag-and-drop functionality to reorder the events for this specific SLA.

  6. Click Save to apply the changes.

Example

Let's walk through an example to illustrate how this feature works. Consider an SLA with the following configuration:

Condition

Value

Condition

Value

Start

Status is changed to TO DO

End

Status is changed to DONE

Reset

Status is changed from IN PROGRESS

In a scenario where the "Status is changed to DONE" and "Status is changed from IN PROGRESS" conditions occur simultaneously, the default order might be "Start > Resume > Pause > Stop > Reset". This default order would prioritize the Stop condition over the Reset condition.

To modify this behavior, you can edit the SLA and reorder the events. For instance, changing the order to "Start > Resume > Pause > Reset > Stop" would prioritize the Reset condition over the Stop condition.