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 just want to share this simple macro for those who need it (e.g. for new template, ...). Feel free to edit and share it. :-)
## Macro name: current-page-link
## Macro title: Current page link
## Macro has a body: No
## Body processing: No macro body
## Description: Create a link with the name of the current page
##
## Developed by: Raduz Sedlar
## Date created: 16.06.2020
## @noparams
## Short link of current page (using name of the page as a link)
<ac:link>$action.getGlobalSettings().getBaseUrl()$content.getUrlPath()
## Full link (display full confluence page link)
## <ac:link>
## <ac:plain-text-link-body><![CDATA[$action.getGlobalSettings().getBaseUrl()$content.getUrlPath()]]></ac:plain-text-link-body>
## </ac:link>
Hi Markisio,
you must create custom macro under Admin section of Confluence and then apply it on page you want.