I'm working within a space with tens of thousands of pages, and I'm looking for a way to generate a list of the pages within a given section of a Confluence space. I'm struggling to consolidation the most relevant pages into a new space, but cannot keep track of which pages I've looked at/moved/linked to so that I don't waste time when searching. Is this possible from within Confluence? I'm unlikely to get approval for an add-in that is priced based on the number of users in Confluence, when their may be only 5-10 people involved in this effort.
Thanks for any guidance you can send my way!
As an alternative to @Shawn Doyle - ReleaseTEAM 's programatic method, you can create a Confluence Database with all pages in the space, configure it to show the details that you need and export it.
This article might help you with setup and configuration.
The most direct way is to write a script to get this via the REST API.
https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#about
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-get
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.