Our Confluence has been running for awhile now, and I have just come on as a new Admin. I need a list of Space/Page information like last-updated, privite/restricted(view/edit), Space-Admin-name, page-creator-name. Is there anyway to do this >>without<< going space by space through the 200+ spaces in the current Confluence install?
We are running 5.3.1
Thanks
GregDC
Example output has some examples of collecting various information about things of interest to Admins. getSpacePermissionList is one of the more useful examples. You can do something similar for page permissions - getPermissionList .
Another approach is to use the SQL Macro to directly query the Confluence database. This requires knowledge of the database structure, but you can find various queries around for that - use google.
You can also write your own user macros to get custom information about pages, spaces, permissions, etc, if you can't find something off-the-shelf.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.