I am planning to start using the on-premise version of JIRA Service Management (not the Cloud version). As I am new to JIRA, I would greatly appreciate detailed guidance.
I would like to know which APIs and options I should use to obtain the following information:
I have reviewed the documentation at the following link, but I am not sure which parts are relevant or if a combination of them can achieve what I'm looking for: https://docs.atlassian.com/jira-servicedesk/REST/5.13.0/
Any advice or guidance would be greatly appreciated. Thank you!
Hi @青木彩乃
For SLA related metrics, the API endpoint is:
/rest/servicedeskapi/request/{issueIdOrKey}/sla
For creating a request, what a customer usually does via the portal, you need the API end point:
/rest/servicedeskapi/request
If this is not done via the portal, but directly in the system, you need a different API.
The Jira Data Center platform REST API
For the updating and closing actoins the API endpoint from this API is: /rest/api/2/issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.