Any solution or function that I can use for set the permission of page (view or edit) on evert the children of page based on parent page id?
Example tree:
Page A (I know the page id)
---Page Child 1
---Page Child 2
---Page Child 3
Page Child 1, 2, and 3 is the children page of page A that I want to set the permission from confiform but the page id that I know is only the parent ID or id of Page A.
Thanks
View permissions are inherited from a parent, while edit permissions are not (Atlassian decision)
So, restricting view permissions on the parent should also restrict the view permissions on the child pages.
With edit permissions you have to restrict each page individually
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned before, you need to set permissions individually
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay Alex, now we're do some hacking to made this possible. Thanks for the answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also we are have trying the iftt function for set permission of page with passing multiple page ID is doesn't want to run.
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.