...
Calendar Rest API
Panel | ||
---|---|---|
| ||
...
Next-Gen SLA Rest API
Panel | ||
---|---|---|
| ||
...
Additional Time to SLA Rest API
Panel | ||
---|---|---|
| ||
Saving SLA definition
Method | POST |
---|---|
URL | /rest/tts-api/latest/sla |
...
Responses for: /rest/tts-api/latest/sla/search?description=Urgent&slaValueAsTimeString=20m |
---|
|
...
Listing all SLA definitions
Method | GET |
---|---|
URL | /rest/tts-api/latest/sla/allSlas |
Possible Response |
---|
|
...
Updating SLA definition
Method | POST |
---|---|
URL | /rest/tts-api/latest/sla |
...
Possible Responses |
---|
|
...
Get SLA details for an issue
Method | GET |
---|---|
URL | /rest/tts-api/1.0/sla/issue/{issue-key} |
...
No SLA ID is given |
---|
|
...
Get SLA details for issues based on JQL
Method | GET |
---|---|
URL | /rest/tts-api/1.0/sla/issue/ |
...
Result |
---|
|
...
Get 'Time to SLA' field for the issue
Method | GET |
---|---|
URL | /rest/tts-api/1.0/sla/timeToSla/{issue-key} |
...
Possible Responses |
---|
|
...
Get 'SLA Overview' data for the issue
Method | GET |
---|---|
URL | /rest/tts-api/latest/sla/overview/{issue-key} |
Possible Responses |
---|
|
...
Generating SLA data for existing issues
Method | GET |
---|---|
URL | /rest/tts-api/latest/sla/regenerate/{issue-key} |
Possible Responses |
---|
|
...
Resetting SLA
Method | POST |
---|---|
URL | /rest/tts-api/latest/sla/reset/{issue-id}/{sla-id} |
POST form param | "date=timeAsMillis" (as long, time millis, optional, if not set current time will be used) |
...
Possible Responses |
---|
|
...
Get SLA History
Method | GET |
---|---|
URL |
|