Versions Compared

Key

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

...

Example VariableExample ValueDescription
$groupId
8f5f485b-7496-4f4b-a0fc-3e37269704bcThis is an id that is used to relate a set of links, such that when one link is used, the others are inherently expired/voided. An email may have several groups of links.
$directiveSetId
10This integer value must refer a known ID value shown in the DirectiveSet section of the JEMH Cloud Notification page. It refers to the set of Directives that will be applied.
$profileId
20This integer value must refer a known profile ID value shown in the JEMH Cloud Profiles page. It will be the profile that will be used for processing the DirectiveSet defined in $directiveSetId, as the $recipient on the $issue.
$issueKey
ABC-123The issue key of the issue where the action will be performed. Value is generally $context.issue.key.textValue().
$cachEmailAddress
myprofile@company.comAn email address that matches one of the profile's catch email address. 
$recipient
its the issue from the event, $issuemyuser@mail.comThe email address of user that will perform the action, generally the current recipient $jemhUtils.getRecipient().

...