REST APIs
This page is about Time to SLA for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.
Rest APIs can help you edit and view your SLA data.
For further information, click here to access the REST APIs documentation.
To use these APIs, you need a JWT token for authorization.
To create a new token:
Navigate to Settings > API Token.
Click New Token to create a token.
Name your token, select when it'll expire, or check the Never expire box to make sure the token doesn’t expire in a certain time period, and how much access it will have. Click Save.
For security reasons, we do not recommend generating tokens that never expire. Please be aware that if this token is somehow exposed, you will need to delete it manually, as it will not expire automatically.
The JWT Token will appear. Save it by clicking the icon shown below. Keep in mind that you won’t be able to access this code after closing the pop-up.
Click Cancel after copying the token, and the token will appear on the main page.
Replace {{jwtToken}} in the header with your token.
How to Give JWT Permission:
We’ll give you an example of giving JWT authorization using Postman.
Click Run in Postman > Postman for Web.
On the Postman main page, click Workspaces > My Workspaces.
Click to add a new permission.
Here, to give authorization, first copy and paste the link of the token you’ve chosen from here.
Click Headers.
Under KEY, write Authorization.
Under Value, write “Bearer (paste the token you’ve created and copied)”
Click Send.
Tada! You’ve successfully given the JWT authorization.
Rest Call Example
For better comprehension, we included definitions for some values of an example response below.
Example Response for “Get Issue SLA of Issue” | Meaning |
---|---|
| This is the SLA’s goal. |
| This is also related to the the SLA goal. We keep this value in milliseconds. |
| If the SLA has started, this will show the start date. We keep this value in unix timestamp. If you want to convert it to human readable form date, you can use a converter. |
| If the SLA has finished, this will show the end date. We keep this value in unix timestamp. If you want to convert it to human readable form date, you can use a converter. |
| This is the Target Date. We keep this value in unix timestamp. If you want to convert it to human readable form date, you can use a converter. |
| Elapsed time is the total time the SLA has taken until this time. |
| The time left until the SLA breaches. |
| The time that has passed since the SLA was breached. |
| The lenght of time that SLA has been paused. |
| This value is the same with |