We would like to change the default page restrictions -
When a new page is created would like it to be restricted to the author to view and edit. When it is ready for review, he would add a group or set of reviewers to have viewing rights.
Only when the contents are finalized - would they change the restrictions to viewable by all.
Is there a way of configuring the Space to have these defintions?
Hey Yaacov - in Confluence view restrictions are inherited from the parent page. So one thing you could do is create one page per author with appropriate view permissions and teach your authors to create new pages only under this page and afterwards change the page restrictions as described above. But this would mean some manual effort, is error prone and you still have the problem that page updates are not reviewed. If you are using Confluence Server I recommed you looking into https://marketplace.atlassian.com/plugins/com.comalatech.workflow/server/overview which should allow you to better support your requirements.
Cheers
Christoph
Hi, I follow your suggestion (I found the same in another answer done by @Bill Gray Baley in a similar ticket) and using this configuration all works fine! This is the configuration
{workflow:name=Restrictions}
{description}
PRIVATE: only author can view and edit
{description}
{state:Private|colour=#FFAB00}
{state}
{trigger:pagecreated}
{add-restriction:type=view|user=@creator}
{trigger}
{workflow}
additional info in this ticket: https://community.atlassian.com/t5/Confluence-questions/Is-there-a-way-to-create-new-pages-be-restricted-by-default/qaq-p/314372#U993139
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yaacov,
In addition to what Christoph said, you can play with the default permissions in the Space configuration. Maybe have a separate "Staging" space with restricted default access and then moving pages that are ready to another space.
What we're doing ourselves is building pages in personal spaces and moving them to common space when they are reasonably ready.
Kind regards,
Igor
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.