You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I have many pages which require a new reference number at the top of the page every 4 or 5 weeks (not in the header). Currently each page author has to update this manually.
I'm trying to create a user macro which I can include in every page and then update a single file (in the attachments of one of the spaces) which is then read by the macro and placed on the page.
As an admin, I could update the User Macro like below but I want normal users to be able to update the reference number themselves in another file/text file (attachment within a confluence space) which the macro then reads.
## @noparams
#set($outputHtml="<b>Reference Number</b>")
$outputHtml
I've tried the excerpt include and placing the content in the _inclusionsLibrary, but this does not allow content to be placed in-line with other surrounding text.
Any assistance would be much appreciated.
Raj