Versions Compared

Key

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

...

The following velocity expression will resolve the recipient smtp address (user@domain):

No Formatcode
$recipientEmail

JIRA user IssueEvent notifications

The following velocity expressions will resolve the recipients email and related JIRA ApplicationUser (since JEMH 1.7.22)

No Formatcode
$recipientEmail
$recipientUser

...

As one message is sent, string arrays of recipient smtp addresses (user@domain) are available for each of the following recipient types, e.g. $recipientEmail_To[0] will give the first item

No Formatcode
$recipientEmail_TO
$recipientEmail_CC
$recipientEmail_BCC