Versions Compared

Key

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

...

#if ($jirassimo.hasJiraPermisison($u.accountId, "SERVICEDESK_AGENT", $issue.fields.project.id))
    $!u.emailAddress, 
#end


$jirassimo.organizationEmails($organizationId)

Retrieves comma-separated list of users' emails from specific organization.

Example of usage:

#foreach ($o in $!issue.fields.customfield_10001)
    $jirassimo.organizationEmails($!o.id),
#end