-
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
-
[ID-248] Unable to update username using JIRA REST API in Cloud
Workflow | Original: reviewflow [ 914498 ] | New: JAC Bug Workflow v3 [ 3258072 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Tracked Elsewhere [ 15 ] | |
Status | Original: Verified [ 10005 ] | New: Resolved [ 5 ] |
Component/s | New: API authentication [ 48703 ] | |
Component/s | Original: User management [ 33497 ] |
Link |
New:
This issue is duplicated by |
Status | Original: Open [ 1 ] | New: Verified [ 10005 ] |
Link | New: This issue is related to JRACLOUD-47275 [ JRACLOUD-47275 ] |
Component/s | New: User Management [ 33497 ] |
Description |
Original:
*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: {noformat} { "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": {} } {noformat} *Expected Behaviour* Based on this documentation https://docs.atlassian.com/jira/REST/ondemand/#d2e5339 , we should be able to modify the username in Cloud. *Affects Versions* - 6.5-OD-08-001 |
New:
*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: {noformat} { "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": {} } {noformat} *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 |