Hi All,
we use a space template with default pages and hierarchy but also comments were added to the space. Now we would like to copy the entire space but without comments.
I found the Confluence Command Line Interface but we don't know how we can define that comments are not needed.
Thanks in advance!
Regards,
Rumi
copySpace from the Confluence Command Line Interface has options to copyComments. By default they are not copied.
Hi Bob,
can I have +1 question?
I never used CLI before, can you please review whether this code is correct?
@echo off rem remember the directory path to this bat file set dirPath=%~dp0 rem need to reverse windows names to posix names by changing \ to / set dirPath=%dirPath:\=/% rem remove blank at end of string set dirPath=%dirPath:~0,-1% rem - Customize for your installation, for instance you might want to add default parameters like the following: rem java -jar "%dirPath%"/lib/confluence-cli-2.5.0.jar --server http://my-server --user automation --password automation %* java -jar http://<MY_CONFLUENCE> confluence --action copySpace --space "<SPACEKEY1>" --newSpace "<SPACEKEY2>" rem Exit with the correct error level. EXIT /B %ERRORLEVEL%
Many thanks!
Rumi
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.
Hi Rumi,
have a look at the copy space plugin: https://plugins.atlassian.com/plugins/com.atlassian.confluence.plugin.copyspace
Maybe this can help you
Best regards
Thomas
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.