Versions Compared

Key

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

...

Email only! Inlines Atlassian CSS to email elements to make it look consistently with Atlassian look-n-feel.


$jirassimo.customEmailFrom($value)

Allows to provide dynamic value for email "From name". This can be a hardcoded constant or a value from $issue, like $issue.fields.assignee.displayName


$jirassimo.settingKeys()

retrieve array of all keys in user-defined Raley notification settings


$jirassimo.mentionUsers($value)

retrieve a comma-separated list of emails of users that are mentioned in specific text field. Example: $jirassimo.mentionUsers($issue.fields.description) will give you all users mentioned in issue description


$jirassimo.emailReplyTo($value)

For email notifications sets ReplyTo value

$jirassimo.emailPriority($value)
For email notifications sets Email Priority (X-Priority header value)