I would like to monitor a Confluence space for updates by other users so that I can proof them for grammar and spelling. Is there any way to get the Recently Updated Macro to exclude updates that I make?
Hello Julie,
Thank you for reaching out! Happy to help you with this.
I did some research, and I found this thread on Community discussing a possible workaround:
You could either use SQL to filter this out, or write a User Macro:
I would write a user macro to generate a list of recent updates. The Page object has a getLastModifier() method that you could use: maybe build a List of contributors, and then walk the tree of pages to get a count of pages that the user was the last modifier for. Spit out a table of users and the # of pages they updated, with a link to drill down into which pages the user was the last modifier for.
There is a feature request on our site in order to add this feature into the Recently Updated Macro:
I encourage you to click *Vote for this issue* and provide your feedback there, as it can help to implement the feature request in the future.
Regards,
Shannon
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.