Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page is for the Cloud Environment.

This article explains how to get SLA data from for a specific issue using REST API.

Requirements

  • Get SLA data from Jira Issues in the Cloud.

  • Get the issue where SLA is broken.

  • Get the relevant date when the following:

    • SLA started

    • SLA paused

    • SLA resumed

    • SLA finished

STEPS:Following are the steps to get the SLA Data using REST API functions:

  1. Use the REST API function below for a specific issue and SLA.

...

  1. Choose which data to retrieve based on the above Rest API Call’s call’s response:

  • Elapsed duration

  • Remaining duration

  • Overdue duration

  • Paused duration

  • Start date

  • Target date (deadline)

  • End date and etc

...

Info

If SLA is met:
endDate will not equal to “null“ and the remaining duration will be greater than “0”.

If SLA is breached:
The remaining duration will be equal to “0”.

If SLA is in progress:
endDate will equal to “null“ and the remaining duration will be greater than “0”.

Info

This page is for the Cloud instance.