-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.6.0
-
None
-
2
-
Severity 2 - Major
-
Summary
Group configuration is not anymore working for groups with "/" forward slashes
Bamboo doesn't allow modifying groups with some special characters like "/", but they can be created in Bamboo, LDAP or JIRA for example.
Steps to Reproduce
- Add a group called "name/name" in Bamboo
- Try to navigate to the Bamboo group permissions page.
Expected Results
The permissions can be configured
Actual Results
The Browser will receive a 400 error for the following request:
Request URL: http://localhost:8085/rest/api/latest/admin/groups/test%2Fgroup/more-members?_=1585011445030 Request Method: GET Status Code: 400 Remote Address: [::1]:80
The following dialog will show up:
Note
- This problem is reproduced in Bamboo 7.0.2
- This issue is probably affecting other characters (it is also present for the backslash for example)
Work Around
- To delete a group, first open the group's page and then delete from the top right hand corner.
- To add or remove users, you will need to navigate to the user and add/remove the user to group from there
- is cloned from
-
BAM-18717 Permission assignment is not working for groups with "/" forward slashes
-
- Closed
-