Forums

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

Checking last time spaces are modified for a Confluence Instance

Bakul Warikoo
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!
December 8, 2019

I am trying to extract data for all the spaces present under our Confluence Instance (Server). We need the info regarding the last date of modification of space along with space name. We are in process of archival of spaces which are not in use for long hence, this request. 

I have run the below query however, this query does not show proper data (incorrect data is present), and along with that, it is listing down couple of spaces which have been deleted long back. Any inputs on how to do this?

SELECT spaces.spacename, MAX(content.lastmoddate) FROM CONTENT as content, SPACES as spaces WHERE content.spaceid = spaces.spaceid GROUP BY spaces.spacename;

1 answer

0 votes
O
Contributor
December 10, 2019

Try this:

https://marketplace.atlassian.com/apps/186/reporting-for-confluence?hosting=server&tab=overview

Based on that second image, it looks like it does what you want.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events