Display the actual or elapsed time of SLA's using Automation in JSM Cloud
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Learn how to calculate and export the elapsed time for SLAs in Jira Service Management when only the remaining time is displayed.
Solution
Configure an automation rule in Jira Service Management to set the Request type
1. Create a Text Field (single line) custom field to store the SLA elapsed time value.
2. Go to your Service project Project Settings > Automation > Create a rule.
3. The Automation rule structure should be as shown below.
Trigger - Scheduled.
Condition: Advanced compare condition to check Time to first response SLA is not empty.
1
{{issue.Time to first response.completedCycles.elapsedTime.friendly}}

Action - Edit issue > Select the custom field created from the drop-down to store this value.
1
{{issue.Time to first response.completedCycles.elapsedTime.friendly}}

4. Save and publish the rule.
Updated on April 28, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.