Internal Server Error when adding a user which existed before

Oliver Lipkau June 4, 2019

I get the message bellow as a 500 response when I try to add a user to my Jira server which already existed before, but was deleted. The user is created even though the server responded with an error.

The request failed. We're not sure what went wrong. Try again and if the problem persists, contact Jira support.

Here is a sample call:

POST /rest/api/latest/user HTTP/1.1
Host: https://powershell.atlassian.net
Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX
Accept: application/json
Content-Type: application/json

{
"displayName": "test account",
"notify": true,
"emailAddress": "test@me.com",
"name": "testaccount"
}

What can I do about this?

1 answer

1 accepted

0 votes
Answer accepted
Rambabu Patina _Appfire_
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.
June 4, 2019

Hi @Oliver Lipkau , Able to reproduce the problem. There is a similar issue created at JRACLOUD-68249, you can add your findings/comments. Otherwise please contact Jira cloud support. Thanks.

Suggest an answer

Log in or Sign up to answer