My department owns our Confluence tool and we are doing an audit of all of the company content to make sure it is up to date. To prepare for this xf-project, we are trying to export the necessary data from Confluence, such as the titles, links, and owners of all of the pages in a single space. Is this possible?
We looked in the Content Manager and Space Settings, and nothing seems to allow for an export of this specific data.
If this isn't a Confluence feature, are there any good add-ons?
Welcome to the community. From what I hear, your use case sounds like a perfect fit for our content management solution, Breeze.
It provides review and approval workflows that ensure that pages stay up-to-date.
Also, it supports CSV data exports, which gives you all your requested data in a CSV file, including:
You can give Breeze a try in the Atlassian Marketplace or schedule a personal demo with me to see how it works.
All the best,
Adrian from B1NARY (we are the developers of Breeze)
Hi @Adam Bennett Welcome to the community!
Confluence does not have a built-in feature to directly export page titles, links, and owners from a space in bulk, but you can use several approaches to get the data you need.
You can use Confluence's REST API to fetch page metadata such as titles, URLs, and owners (creators). A script can pull this data for all pages in a space. This method requires some development work, but it offers full control over what data is exported.
Endpoint: /wiki/rest/api/content
Parameters like spaceKey can be used to specify which space you want data from, and you can filter or expand the response to include title, url, and history.createdBy.
If you have Scriptrunner installed, you can write custom scripts to pull and export the data in bulk. This add-on provides additional flexibility to query and report on page metadata.
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.