Forums

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

jira rest api Internal Server Error

Leor Amikam August 13, 2019

I broke jira.  Trying to create an issue with a link with the following json:

 

{               "fields": { "project": { "id": "13500" }, "summary": "My Feature test2", "description": "this is my 1st feature test2", "issuetype": { "id": "10000" },    "components":[ { "self":"https://hansentechnologies.atlassian.net/rest/api/2/component/18730", "id":"18730", "name":"Banner Development" } ], "versions":[ { "self":"https://hansentechnologies.atlassian.net/rest/api/2/version/25798", "id":"25798", "name":"2021", "archived":false, "released":false } ], "fixVersions":[ { "self":"https://hansentechnologies.atlassian.net/rest/api/2/version/25798", "id":"25798", "name":"2021", "archived":false, "released":false } ], "customfield_10008":"USB-13472" }, "update":{ "issuelinks":[ { "add":{ "type":{ "name":"Delivers", "inward":"is delivered by", "outward":"delivers" } } } ] }}

with this url:  https://hansentechnologies.atlassian.net/rest/api/2/issue/

 

getting the  following response:

 

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

 

1 answer

0 votes
Roman Kersky
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.
August 14, 2019

Suggest an answer

Log in or Sign up to answer