The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Download List of Pages Withing Space

Lourdes Rogel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 22, 2020

I am attempting to review all the current pages within a certain space- is there a way to download the basic info of all of them (not the content)?

 

We currently have 300+ pages and it would save time to be able to see page name/child page, author, etc all listed in one doc/sheet.

 

Thank you!

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 25, 2020

Hello @Lourdes Rogel !

Going straight to the point, there is not a native method to achieve the desired outcome.

As I understand, you need to export the page tree containing the pages and their child titles, creators, and some other information all within a single document.

There is a chance that third-party applications such as Confluence Command Line Interface or ScriptRunner might be able to help you with the desired flow.

 

You can take a look at the tools I mentioned here:

You should also be able to reach out to their support for further information here:

 

I hope this helps!

Mariko Kawahara
March 14, 2023

Thank you for the info!

0 votes
Michael Kuhl {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 26, 2020

Hi @Lourdes Rogel - With the Confluence Command Line Interface you can use the getPageList action.  Here's a CLI command that will produce a detailed CSV file for all of the pages in the space "MYSPACE":

acli --action getPageList --space "MYSPACE" --outputFormat 998 --file "MYSPACEPAGES.CSV". --server "myconfluence.atlassian.net/wiki" --user "myusername@mydomain.com" --token "myapitoken"

 FYI I'm the product manager for the Bob Swift CLI App family.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events