Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.
Advarsel

This Macro should not be used or considered as a security macro.

In the Rich Text Editor (RTE)

Typically, this is the outer Macro, nesting others. This sample renders som extra CSS and shows the JIRA macro only to members of "sales-users":

Image Added

On the Layout

Here, another Macro called short-links is only rendered, if the user is member of "sales-users":

Kodeblok
$helper.renderConfluenceMacro("{show-if:match=all|group=sales-users}{short-links}{show-if}")

Here, the recently-updated macro is only shown to members of "operation-users":

Kodeblok
$helper.renderConfluenceMacro("{show-if:match=all|group=operation-users}{recently-updated:netic|showProfilePic=true|types=blogpost|max=15|theme=sidebar}{show-if}")