I'm trying to use ACLI Addon for backuping spaces individually. The problem is that I've some spaces with whitespaces like "My Space".
I've tried quoting the name of the space, removing the whitespace, and no one of that ways works for me.
Is there any way to proceed to solve this problem?
Thanks in advance
Hi @Javier Pérez Martin ,
Welcome to Community and thanks for posting your Atlassian Command Line Interface ( CLI) query in this platform !
With the help of exportSpace action and space parameter you will be able to export the space and please use space key as value for space parameter. Please find below sample action for your reference.
--action exportSpace --space "DS" --file "demospaceXml.zip"
In above action, DS refers to space key of space called Demo Space.
Please find below screenshot on how to get space key for space.
Also please find below CLI action to get all space name with space keys.
--action getSpaceList --columns "Name,Key" --outputType table
Also we have raised a support request SUPPORT-3939 in our portal for this requirement, please sign up and try to access the support request for further discussion and If you still see any issues on it, please add --debug to action you are running and provide complete debug logs.
--action exportSpace --space "DS" --file "demospaceXml.zip" --debug
Note: Once you run the command CLI action by appending --debug, debug logs will get displayed on the screen(Terminal/command prompt). Please copy and paste all the logs along with the command into a file and attach the file to this support request.
Thanks,
Avinash
Hi @Avinash Bhagawati _Appfire_
I've try it using spaces keys and it works fine! :D
Thank you so much for your help!!
Kind Regards!
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.