Hi
I need a .CSV file with all confluence spaces including the following data: [name, created by, administrators, last_updated_at].
I cannot find a way to export the entire list with these details.
I see it is possible to use a macros to export all the Space names but there is no way to get the space details mentioned.
And ideas?
It is not a simple "click here and you're done" type of answer, but all those pieces of information are available from the Confluence Cloud REST API.
It means you'd have to write a little program in your favorite programming language that collects these and produces a CSV from the result.
If there is an easier approach, someone will post it here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.