$customHeader
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 »

Information varies from method to method.

Non-JIRA user IssueEvent notifications

The following velocity expression will resolve the recipients smtp email address user@domain (no personal part).

$recipientEmail

JIRA user IssueEvent notifications

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

$recipientEmail
$recipientUser

 

DefaultJIRA templates: createDefaultJiraUserEmail

Custom templateSet: renderJiraUserJEMHMailQueueItem

Adhoc and Postfunction notifications

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

$recipientEmail_TO
$recipientEmail_CC
$recipientEmail_BCC
  • No labels