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: 

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

Natalie S_
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events