I see how I can type a specific user's name, but I just want it to always show results for content recently edited by the currently logged in user. Is there a way to do this?
What Joseph said. Wrap the recently-updated macro in a user macro for the same ends.
In Confluence 4.x and above, something like:
<ac:macro ac:name="recently-updated"> <ac:parameter ac:name="author">$action.remoteUser.name</ac:parameter> </ac:macro>
In Confluence 3.x, something like:
{recently-updated:author=$action.remoteUser.name}
The macro doesn't have the ability to show content for the 'current user' built-in.
You could achieve this by creating a new user macro that wraps the recently-updated macro, passing in the current user as the macro parameter.
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.