Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

User object

Use $user

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


Issue object

VariableDescription
{{issue.summary }}returns the issue summary
{{issue.key}}returns the issue key
{{issue.due }}returns the issue due date
{{issue.description }}returns issue description
{{issue.priority }}
{{issue.created }}
{{issue.updated }}
{{issue.status }}


Current date/time

VariableDescription
{{now}returns the full name. Example Rickard Atthem