Hi folks,
Let's say I have a space A. It has x and y pages. Both x and y have their own child pages.
I want to get all the child pages of page x and copy only those child pages to a different space B. So space B shouldn't have page x but it should have page x's child pages.
I want a team member to write a program to automatate this. Is this programatically possible please?
Yes, but only if you use the descendents parameter, otherwise it is just the direct children.
Confluence CLI will do this using copyPageChildren action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Bob.
Just one more thing pls, if the child page has its own child pages, will the copyPageChildren() method copy those as well?
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.