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
Try the following steps:
DELETE FROM ACL_ENTRY WHERE TYPE ='GRANTED_AUTHORITY';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.