Hello, I'd like to hide the personal spaces from the list of "View all Spaces" and only see the rest of the spaces.
I know I can uncheck the "create personal space" from the Global Permissions but that is not exactly what I need.
I want the users to have their personal spaces but only the owner should see it.
Does anyone know how to do it?
Thanks
Hello @Victoria Bernini ,
Even if you would hide personal spaces from the View all spaces menu with some JS or CSS, it could be possible to open the space by direct link having the user name/id.
You can use Permissions to configure them so that only owners would have access to them and they will not be visible for others in the menu also.
How to use Permissions exactly? Do you mean by using Restrictions from the top left side of the space?
Can you help me to understand how the owner can hide it from the menu?
Thanks!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Victoria Bernini ,
As @Patrick mentioned, it is Permissions menu of the space. You specify the permissions for the space to control the access (Restrictions are used in other cases for additional control of pages access ). If somebody has no access to space having no permissions for VIEW then the pace will be not visible in search and in space view menus.
To apply custom permissions on spaces in bulk, you can use scripting: Script Runner (https://marketplace.atlassian.com/apps/1215215/scriptrunner-for-confluence?hosting=cloud&tab=overview) or use of any programming language over REST API (https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions/#api-wiki-rest-api-space-spacekey-permission-post) to apply permissions.
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.
Hi! Is there a way to setup personal space permisions in JIRA by default, so only org-admins for example will see these personal spaces by default?
I mean when I create new user, JIRA creates personal space for him, and it's visible by default for all other users. Is there a way to prevent it by default?
Thank You!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found answer my myself. It's here:
https://[myorganisation].atlassian.net/wiki/admin/permissions/space-permissions/defaults
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adjust the space permission so only you as Admin and the Owner can see it.
After that adjust the default space permission on creation so you dont have to do it with each new member.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you think a way to do it in bulk? because we are a large company and to adjust the space permission manually is very tedious.
Can you help me how can I adjust the default permission on creation? I couldn't find that.
Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh sorry, I missed that the settings applies to all spaces, somehow I thought I could choose personal spaces specifically there.
I mean the "Security - Space Permissions" Settings. I have it set so newly created spaces of any type can only be seen by Admins and people who have the rights to create a space.
Most likely only script runner plugin can help you to solve issues that have to be done in bulk.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.