-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
7.0.11, 7.2.8, 7.3.1, 7.3.3, 7.3.5
-
7
-
6
-
Severity 3 - Minor
-
0
-
If you have users that the username start with zero and only contain numbers, you are not able to remove them from Project Roles through the interface.
Steps to Reproduce
- Create a user like 01234;
- Edit a Project Role and add the user to a given role;
- Try to remove the user by clicking on the trashcan icon.
Expected Results
The user gets removed successfully.
Actual Results
The user is not removed and no errors are displayed in the logs nor in the browser.
Additional Information
- It seems that the browsers are taking of the leading 0 and sending a request to remove the user 1234 instead of 01234.
- This problem is reproducible with groupname which starts with "0" as well.
Workaround
- Remove the user from project roles in JIRA administration > User Management instead
- Remove the user from Project Role using REST API, example:
curl -u username:password -X DELETE http://jira.aexmple.comi/rest/api/2/project/TEST/role/10002?user=01234
- duplicates
-
JRASERVER-60203 Unable to remove user from Project Roles in project administration when the username starts with 0
-
- Closed
-
- mentioned in
-
Page Loading...