Is there a way to be able to get a report of the last modifer for every confluence page in the system?
Confluence Command Line Interface will produce a csv file that contains that information using getPageList action. It will take a while on larger installations :).
--action getPageList --space @all --outputFormat 2 --file pages.csv
If you want it on a Confluence page, use the same with the CLI Plugin for Confluence with the CSV Macro - see How to get page information for all pages
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.