Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API create ticket throught jira v9.6/Jira Service Management 5.6.0

Papastefanou
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!
May 29, 2025

hello I'm trying to create a ticket via REST API jira 9.6 to  Jira Service Management 5.6.0( customer portal)  but i get the following error.

{
  "errorMessages": [
    "Internal server error"
  ],
  "errors": {}
}

I have used the below body.

{
    "fields": {
        "project": {"id": "10600"},
        "issuetype": {"id": "10001"},
        "priority": {"id": "4"},
        "summary": "Test AI",
        "description": "bla bla bla bla bla ",
        "customfield_14200": "12121",
        "customfield_11856": "-",
        "customfield_11874": "1234567890",
        "customfield_11800": {"id": "15300","child": {"id": "15327"}},
    "serviceDeskId": "1",
    "requestTypeId": "10"
    }
}

 

 

Any suggestions?

 

1 answer

1 accepted

0 votes
Answer accepted
Aaron Williams
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.
May 31, 2025

Hey @Papastefanou 

Have you tried simplifying your JSON to begin with? Raise a very simple ticket with just the basics filled out? 

Something like

 

{
  "fields": {
    "project": {
      "key": "insert_project_key"
    },
    "issuetype": {
      "name": "Task"
    },
    "summary": "Brief summary of the task",
    "description": "This is the detailed description of the task."
  }
}

 

Thanks 

Aaron. 

Papastefanou
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!
June 3, 2025

yes and im getting same error

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events