Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We are using velocity as template engine and have exposed the following classes:

  • current issue
  • issue manager
  • project manager
  • current project
  • current user
  • user manager

General usage note

Use $ sign to access the object, then use dot notation to access its variables.

User object

Use $user

VariableDescription
$user.namereturns the full name. Example Rickard Atthem
$user.usernamereturns the username. Example ratthem
$user.emailreturns the email. Example rickard@rixter.se
$user.activereturns true or false depending on if the user is active or not in JIRA


  • No labels