Last active
September 29, 2018 21:31
-
-
Save studermartin/5ed9a63edf9cffd88ea365576d3b895c to your computer and use it in GitHub Desktop.
Confluence user macro to display the lables on the page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Macro title: Labels in | |
## Macro has a body: N | |
## Body processing: No | |
## Output: - | |
## | |
## Developed by: Martin Studer ([email protected]) | |
## Date created: 29/09/2018 | |
## Confluence version: Version it was developed for | |
## Installed by: - | |
## Gist: https://gist.github.com/MartinStuderHTWChur/5ed9a63edf9cffd88ea365576d3b895c | |
## Inserts the lables of this page | |
## @noparams | |
#foreach($label in $content.getLabels()) | |
$label.getName() | |
#end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment