Hi
Is there service desk API which can tell how many issues breached SLA?
I googled and see that JSD does not have REST API, is there java api support?
Please let me know.
Thanks
Abe
You can use the JIRA API and query your project like any other project in JIRA. I don't know, or think, there is one for JSD. So you'll have to query for open tickets and do some calculation based around their created/updated timestamps.
Is the Service Desk API only for Cloud or is it for server as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Both.
This is the link to the JIRA Service Desk Server REST API:
https://docs.atlassian.com/jira-servicedesk/REST/server/
And here you can find an overview of all available API documentation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There now is a REST API available for Service Desk 3.1 and up:
https://docs.atlassian.com/jira-servicedesk/REST/latest/
It also supports retrieving the SLA info for requests, so you can check whether the SLA was breached or not.
Some more info here:
And the original feature request: https://jira.atlassian.com/browse/JSD-107
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is currently no public API for JIRA Service Desk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.