-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 6.4.1
-
Component/s: Documentation (User), Permissions
-
1
-
Severity 2 - Major
-
0
Summary
According to our documentation (Disabling or deleting a plan), it is only possible to delete a plan by having "Admin" Global permissions. This is not accurate. Test done:
- Create a group called "bamboo-users" with no permissions.
- Create a user, user1, that belongs to that group.
- Create a test plan.
- Give user1 Admin permissions at Plan level.
- Log in as user1.
- Go to the configuration section of the plan.
- Click on "Actions -> Delete Plan".
The plan will be deleted, and user1 never had "Admin" Global permissions.
Accepted Solution
Update documentation to match this behavior.