It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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, 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.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreTo anyone who doubts that Atlassians are a little too obsessed with collaboration, and tools related thereto, let me describe a recent discussion we had (which took place on our internal Confluence, ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.