Our Confluence spaces have been ignored and I'm trying to get them updated. I know on a space, below the name, there is a line that indicates who and when the space was last updated. How can I pull a report for all our spaces on this information?
Hi @Ashley Feit
The easiest way to determine the last modified date for spaces is to query it from the database itself. For example:
SELECT spacename, spacekey, lastmoddate FROM spaces;
In case you are looking for more granular reports, you can check the below documentation that contains the list of different queries for different reporting purposes.
There might be better ways of obtaining these kinds of information as well through third-party add-on, for example Reporting for Confluence.
Thanks,
Aamir
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.