Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Page (with children)

Simon Teppett
Contributor
November 16, 2018

Hi - I am referring to the Atlassian documentation page :

https://confluence.atlassian.com/doc/copy-a-page-139013.html

But when I try to copy a page with children I don't see an option anywhere to copy child pages. I have full admin rights on the system. Can anyone help by advising where I should see this option.

Many thanks

Simon

4 answers

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2018

Hello,

You could use the Power Scripts for Conflunce add-on:

https://marketplace.atlassian.com/apps/1219507/power-scripts-for-confluence?hosting=server&tab=overview

You can  create a script like this:

number targetPageId = 11003;
string titlePrefix = "Copy of ";
boolean copyPermissions = true;
return clonePageTree(sourcePageId, targetPageId, titlePrefix, copyPermissions);

You can find more info here:

https://confluence.cprime.io/display/PSCONF/clonePageTree

0 votes
Beki Liford
Contributor
March 29, 2021

glad to have this working now

0 votes
Simon Teppett
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 16, 2018

Thanks for the answer - was I looking at the server docs by mistake then (6.12) ?

0 votes
Ollie Guan
Community Champion
November 16, 2018

Hi @Simon Teppett,

This method of copying a page doesn't copy the child pages. Please add your vote to issue CONF-2814 if you'd like to see this improvement.

https://confluence.atlassian.com/confcloud/move-copy-and-hide-pages-724764858.html

https://jira.atlassian.com/browse/CONFCLOUD-2814

Simon Teppett
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 16, 2018

Thanks - I have added my vote

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events