Versions Compared

Key

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

...

Retrieves a comma-separated list of emails of JIRA users belonging to specified JIRA group


$jirassimo.calculateAgeDays($!issue.fields.created)

Returns age of an issue in days

...

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.customEmailFromAddress($value)

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



$jirassimo.settingKeys()

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

...

$jirassimo.emailReplyTo($value)
For email notifications sets ReplyTo value

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


$jirassimo.userHasRole(projectRoleName, projectKey, jiraUsername)

Checks if a Jira user referenced by jiraUsername has a project-specific role with name projectRoleName in a project whose key is projectKey. Example of use in this wiki article


$jirassimo.customEmailHeader(headerName, headerValue)

Adds a header to outgoing email with name headerName and value headerValue

...

Returns a comma-separated list of emails of users who have role PROJECT_ROLE_NAME in project referenced by project key PROJECT_KEY. More details on usage of this function in this wiki article


$jirassimo.getUserLanguage("USER_KEY")

Returns a 3-letter language code of user's locale specified by USER_KEY. Examples: ita, rus, fin

...