You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.