Hi All,
we have a space with 200+ pages right under the space home page without hierarchy. Now we want a page under the home which will be the parent page of these 200+ pages. At his point we can do the move one by one which is very cumbersome. Do you know any feature which enables us to move bulk pages under a parent page?
Thanks,
Rumi
Hello,
You could also use the Power Scripts for Confluence add-on:
It is a free add-on.
You could first clone the required page providing the parent page id with the clonePage method. Then you could delete the original page with the deletePage method.
Confluence Command Line Interface has actions that can help. Specifically movePage and that can be combined with runFromPageList or runFromContentList or similar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rumi,
I'm not sure if I'm correct in saying this - in the sense that there might be consequences that I can't think of at the moment, but can you:
If you do this the 200 pages should stay under the Homexxx page.
I'm not sure if there would be any ill effects in renaming the original Home page and then re-ordering it, but I can't think of any.
It may be best to wait until you see what other people say, but I've a feeling I've done this in the past and it worked.
Cheers.
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.