Hi I am in the process of creating a bespoke set of functions to link a bunch of our services. One key hitch. I cannot seem to be able to create a team space on confluence (e.g. viewable by all users). From my googling it would seem that this should be handled either by changing our default space permissions or by specifying the permissions of the space. Unfortunately neither of these options are available in the free version of confluence cloud.
Am I missing something or is this simply not possible?
Thanks for your time!
Hi @Matt Dumont
Welcome to the Atlassian Community!!
You can create a Space even in the Confluence Free edition!!
You cannot edit the permissions in the free edition
The default permissions are used
Thanks,
Pramodh
Hi @Pramodh M
Thanks for your quick reply! I don't think I was specific enough. I have definitely created spaces (both via the webapp and the GUI), but they are private e.g. others cannot see them and the following shows up under space permissions:
Effectively I am after a way of clicking the "grant all users permissions for this space" via the rest API or changing our default permissions to always grant all users permission.
FYI my api call for this space was via a python wrapper as follows:
data = {"key": space_key, "name": space_name}
self.post("rest/api/space", data=data)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.