-
Bug
-
Resolution: Tracked Elsewhere
-
Low
-
None
Summary
Unable to update username using JIRA REST API in Cloud
Steps to reproduce
- Send https://
{instance_URL}
/rest/api/2/user?username=
{username that you want to modify} - JSON: { "name": "test" }
- It will produce the error like below:
{ "errorMessages": [ "This user can not be renamed because that operation is unsupported by the underlying user directory or JIRA is acting as a Crowd Server." ], "errors": {} }
Expected Behaviour
Based on this documentation https://docs.atlassian.com/jira/REST/ondemand/#d2e5367 , we should be able to modify the username in Cloud.
Affects Versions
- 6.5-OD-08-001
- is duplicated by
-
JRACLOUD-66936 PUT /rest/api/2/user to update user details returning internal server error
-
- Closed
-
- is related to
-
JRASERVER-47275 User details can not update via rest api
-
- Closed
-
marion.knopp - This issue is linked to https://jira.atlassian.com/browse/JRACLOUD-66936 and the issue is resolved. Also, please be aware of major changes coming to Jira REST API's. You can find more about it here - https://developer.atlassian.com/cloud/jira/platform/api-changes-for-user-privacy-announcement/