Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Usage of JIRA Service Management (On-Premise Version) APIs

青木彩乃
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 23, 2024

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:

  1. Creating an incident ticket.
  2. Updating an incident ticket.
  3. Closing an incident ticket.
  4. Metrics related to incident tickets:
    • Time taken from ticket creation to response.
    • Time taken to close the ticket.

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!

1 answer

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 24, 2024

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events