/
Clone a space with pages
Clone a space with pages
This script will clone a template space along with all the pages in the space.
string sourceSpaceKey = "CTR"; string targetSpaceKey = "NCTR"; string targetSpaceName = "New Tutorials & Recipes for Confluence"; string targetSpaceDescription = "Example scripts and tutorials for Power Scripts for Confluence"; boolean cloneCategories = true; boolean clonePermissions = true; boolean cloneLabels = true; boolean cloneComments = true; boolean cloneAttachments = true; boolean cloneMetadata = true; return admCloneSpace(sourceSpaceKey, targetSpaceKey, targetSpaceName, targetSpaceDescription, cloneCategories, clonePermissions, cloneLabels, cloneComments, cloneAttachments, cloneMetadata);
See Other Recipes
See More Documentation
, multiple selections available,
Related content
admCloneSpace
admCloneSpace
More like this
Copy existing templates into your new project space with Copy Page Tree
Copy existing templates into your new project space with Copy Page Tree
More like this
How to copy a page tree
How to copy a page tree
More like this
How to create pages from template pages
How to create pages from template pages
More like this
Copy Space
Copy Space
More like this
Copy Space dashboard
Copy Space dashboard
More like this