Forums

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

Is there a way to export a .CSV file with space details?

patrick_mckenna October 11, 2023

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?

1 answer

1 vote
Aron Gombas _Midori_
Community Champion
October 12, 2023

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.

  1. You can get all spaces (name, created by)
  2. You can get the admins of each space
  3. You can get the most recently updated content by space using a CQL search

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events