Similar to CONFLUENCE-157
Due to XML's new representation of a page in Confluence (8.x+ or maybe earlier), now the rights are stored a bit differently.
{code:xml} <object class="ContentPermissionSet" package="com.atlassian.confluence.security"> <id name="id">851969</id> <property name="type">Edit</property> <property name="creationDate">2024-04-22 16:39:44.644</property> <property name="lastModificationDate">2024-04-22 16:39:44.663</property> <property name="owningContent" class="Page" package="com.atlassian.confluence.pages"><id name="id">98371</id></property> </object> {code}
{code:xml} <object class="ContentPermissionSet" package="com.atlassian.confluence.security"> <id name="id">851970</id> <property name="type">View</property> <property name="creationDate">2024-04-22 16:40:03.156</property> <property name="lastModificationDate">2024-04-22 16:40:03.158</property> <property name="owningContent" class="Page" package="com.atlassian.confluence.pages"><id name="id">98371</id></property> </object> {code}
I attached a full backup (export) XML file from my Confluence instance. I set 2 rights for "2024-04-22 Meeting notes": one user is allowed to view this page, and 2nd user is permitted to view and edit. |
|