I'd like to get a log/report/listing of which pages were added/edited. I really just need log of these events with date/time and page name, username would be nice to have. The "Activity" page and "All Updates" tab shows a listing of recent edits, but only shows the last 20-30 edits. Ideally I'd like to get the past couple months, which for my team of 100+ users is likely several hundred in not a thousand edits. Thanks.
- Bill
Looks like I asked too soon. After a bit of digging, I found a free Confluence plug-in that provides a UI to execute CQL queries. The following CQL have me the change log that I was looking for:
lastModified > now("-4w") and space = XXXX order by lastModified desc
Hi Bill,
What you could also do is create a custom CQL function that accepts the period and space key as parameters and returns the results:
https://scriptrunner.adaptavist.com/latest/confluence/CustomCqlFunctions.html
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.