My use-case is to have a intro page on particular Confluence space that includes a list of all spaces names in this Confluence instance. Preferably, with the space admins list and some other data (created by and date).
The built-in macro ("Spaces List") won't work, as it only shows the spaces you have access to :) . And our purpose is to have whole list visible even for non-logged in person.
Confluence is quite solid on the security and visibility - if you can not see a space because you have no permissions for it, it remains hidden everywhere.
To display lists that include stuff people have no right to see, you have to override that, which can be done, but needs code. You'll need to write an add-on that can bypass the permissions and drag out a full list of everything.
I agree to Nic that this works around all the privacy and security considerations built into Confluence.
However there is a supported workaround ...
As I said this is a workaround and really risky as it will happen that people move pages or create additional top-level pages and your content is exposed by accident.
So if you want to solve this issue, only some custom code will help.
Best, Tobias
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.