G'day,
I am trying to build a confluence page to assemble a number of report items into a weekly report.
I've written a Macro to get the reports into a standard format, and want to be able to capture the author of the content in the macro and display this.
Using $content.getLastModifier() or $content.getCreator() yeild the author of the page, not the person who added the macro content to the page.
Is this even possible?
Thanks
Andrew
Hi @adavison ,
it is very hard to put in place. You should retrieve page history and retrieve when that portion of page has been added to the page itself. My suggestion is to add a parameter to the macro itself where the creator can put the username.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.