Skip to content

Instantly share code, notes, and snippets.

@studermartin
Last active September 29, 2018 21:31
Show Gist options
  • Save studermartin/5ed9a63edf9cffd88ea365576d3b895c to your computer and use it in GitHub Desktop.
Save studermartin/5ed9a63edf9cffd88ea365576d3b895c to your computer and use it in GitHub Desktop.
Confluence user macro to display the lables on the page.
## Macro title: Labels in
## Macro has a body: N
## Body processing: No
## Output: -
##
## Developed by: Martin Studer (martin.studer@htwchur.ch)
## 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