Versions Compared

Key

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

...

Parses the date from $dateValue and outputs it in given $format with specified $timezone. Timezone code must be one value from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones in column TZ*


$jirassimo.collectMentionsEmailscollectMentions($JiraTextOrTextAreaField)

Given the Jira field, find users mentioned in it and return a collection of users' emails.user objects. Every object has the following properties: accountId, displayName, emailAddress


$jirassimo.interval ($firstDate, $secondDate, $unit)

...

String $jirassimo.formatNumber($numberValue, $format)

Formats given $numberValue using format in $format. Standard Java DecimalFormats are supported. The $numberValue parameter must be of type java.lang.Double


$jirassimo.emailHeader($headerName, $headerValue)

Adds email headers to outgoing email. $headerName represents a header name and $headerValue - header value as string