Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

restrict a SpaceAdmin

DKB Service GmbH October 10, 2017

Hi,

we are looking for a solution in our Confluence environment.

So, we have multible Spaces.

example Space "Setpermission"

So, we have one person (or even two) who has all permissions to this Space (incl. Admin/export).

next, we have some Users in this space who are able to create pages, comments, attachments (but not to delete)


So now comes is our goal:

we want, that the spaceadmin is able to manage this space BUT he can not  see / set / change the spacepermissions.


Is there a way to restrict the  SpaceAdmin.




because: ONLY a Confluence Administrator can set SpacePermissions


can anybody help?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 10, 2017

Hi Robert,

no, you can't. A Space Admin is allowed to manage a space and that includes also the ability to set space permissions.

You have to trust your space admins. 

DKB Service GmbH October 10, 2017

realy,

it's not a issue about trustment to the SpaceAdmins.

 

in our company, we have strict guidelines as to permissions.

 

So my initial Idea was tho hide the menübutton like this (hide "Person Button"

 

if ($userAccessor.hasMembership('Admin',helper.action.remoteUser.name))

else

    <script type="text/javascript">

    AJS.toInit(function(){

AJS.$('#people-directory-link').hide();

    });

</script>

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 10, 2017

Your space administrators will always be able to change the permissions on the spaces where they have administration rights.  As Thomas says, you have to trust them.

Javascript won't really help you here, it just changes the front end.  If you want to cripple their space permissions, you will have to change the core code in Confluence to remove their right (which will cause your system administrators a heavier workload, and render you unsupported)

TAGS
AUG Leaders

Atlassian Community Events