logoBack to App page
SLA Time Management
Documentation
Migration to Cloud
FAQ
Release notes
SLA/JSM comparison
SLA Time Management
Documentation
Migration to Cloud
FAQ
Release notes
SLA/JSM comparison
Last updated Oct 12, 2025

Use automation with SLA Time Management

You can use Jira Automation together with the SLA Time Management app to receive notifications or trigger actions when SLA values change. You can find instructions below.

Steps

  1. Create a new automation rule.
  2. Select Field value changed as a trigger.
  3. Select your SLA from the field list.
  4. Set change type to Any changes to the field value.
  5. Leave For empty as it is, or choose one of the values.
  6. Add a JQL condition to your rule.
Configure a JQL automation for SLA
Configure a JQL automation for SLA
  1. Configure it accordingly.
    Example
    • Use case 1 - Notify when SLA is breached
      `"SLA Name.Breached" = "true"`
    
    • Use Case 2 - Notify when SLA is at risk of being breached
      `"SLA Name.Spent Time Percentage" >= 80 AND "SLA Name.Spent Time Percentage" < 100`
    
  2. Add another condition - {{smart values}} condition, that will check for a comment that will be added automatically to prevent sending multiple notifications.
    Configure it accordingly:
  • Field value - {{comment.body}}
  • Condition - does not contain
  • Second value - [Automation] SLA breach email sent
    Configure a JQL automation for SLA
    Configure a JQL automation for SLA
  1. Add a Then action and select Send e-mail/customized e-mail.
  2. Configure e-mail options.
    Configure a JQL automation for SLA
    Configure a JQL automation for SLA
Example

Subject: SLA Breach Alert for {{issue.key}}


Hello,

The SLA has been breached for the following issue:

Issue: {{issue.key}}

Thanks,
SLA Time Management Automation

  1. Add another Then component - Comment on work item.
  2. Add your comment, for example [Automation] SLA breach email sent
  3. Name your rule and turn it on.

Result

This is how your rule should work:

  1. Check your SLA status with JQL.
  2. Check if a notification has already been sent by checking comments.
  3. Send an e-mail notification.
  4. Add a comment to prevent sending another notification for this particular case.
Tip

The example uses smart values that Jira Automation supports. You can customize the wording, add CCs, or even include HTML formatting if needed.