Is there a way to get page properties report information from a postgres database?

Natalie S_ August 20, 2015

We need to be able to query page properties report information from the database and export it into an CSV or excel file. How can we do this? We would be using a postgres database.

1 answer

0 votes
Brian
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 25, 2015

Hey there Natalie, you can generally get a lot of metadata about pages simply by querying the content table for the page in question (using the page ID or page title), and even by joining the content table to other tables like the content_label table for example, to see what labels are applied to the page. 

And Postgres allows you to export the output of a query to CSV, using something like the process described in this blog post.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events