Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to remove permissions of "Logged in users" and "Anonymous users" from all plans

Roland Ziegler October 4, 2018

Hi all,

we need to remove all  "Logged in users" and "Anonymous users" permissions from all of our plans on our Bamboo 6.2.5 server. We have quite a lot of plans, so I would like to do it with SQL or some kind of bulk.

Up to now I only found the "Bulk edit plan permissions feature", but the problem with this is, as far as I understand, that it would set the same permissions on every plan. This wouldn't work for us, because we have different permissions for different teams and users all over the place.

Does anybody out there know a proper way to handle this?

Thanks in advance!

Roland

1 answer

2 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 9, 2018

Try the following steps:

  1. Shutdown Bamboo
  2. Backup database for rollback purposes
  3. Run the following delete:
    DELETE FROM ACL_ENTRY WHERE TYPE ='GRANTED_AUTHORITY';
  4. Restart Bamboo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events