We are in process of cleaning up spaces particularly those with no restrictions.
Is there a report of sorts I can generate to show me all my spaces and type of restriction in place and what groups / users are permissioned to spaces? Thank you in advance!
Thomas,
You can use do this help article to get the information you are interested in https://confluence.atlassian.com/confkb/how-do-i-view-a-list-of-all-space-administrators-for-all-spaces-346325879.html
If you use the macro you can change the canAdminister to canView.
Additional information about permission helper can be found here: https://docs.atlassian.com/DAC/javadoc/confluence/4.0/reference/com/atlassian/confluence/security/PermissionHelper.html
Hello thanks but is not really what I asked. Is not a list of spaces restriction settings and all groups /users, just space admins. I already know what they are. I fear this migh not be the right forum for question like this. thanks though
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can make adjustments to the macro or SQL to get that information you are after. Space admin is the example. You can use any of the items in the API reference including SpacePermissions: https://docs.atlassian.com/DAC/javadoc/confluence/4.0/reference/com/atlassian/confluence/security/SpacePermission.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.