Hi,
is it possible to show on the top of every page in confluence where who last user has approved the current page?
Thank you!
You can add a set-metadata in a pageapproved trigger, and then get that value back in the top of the page with a pageheader and get-metadata:
{trigger:pageapproved}
{set-metadata:Approver}@approvaluser@{set-metadata}
{trigger}
and then
{pageheader:visibility=all}
{get-metadata:Approver}
{pageheader}
Hope it helps,
Gorka
mmmhh, is there no other possibility? Like a trick or a workaround? CQL, ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not the last approver but have you tried the workflow report macro? It'll show whats happened.
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.