Versions Compared

Key

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

...

Code Block
$context.from.textValue()

The email body will automatically be output after the contents of a template. The above template therefore results in the value of the sender’s email address being added to the top of all issue comments and newly created issue descriptions. This would then render as shown below, given the data shown in the example Preview Context.

...

Code Block
From: (mailto:$context.from.textValue()) with the subject $context.subject.

The email was sent to $context.recipients.size() recipients, one of whom 
has the email address $context.recipients[0].textValue().

This would then render as shown below, given the data shown in the example Preview Context.

...

Code Block
$jemhDateUtils.nowDate()

This would then render as shown below given the data shown in the example Preview Context, and would show the date the comment was created.

...