Versions Compared

Key

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

...

$jirassimo.projectOrganizations(String projectKey)

Given a project key or service desk ID, return a Set of organization ID's that are defined in the given project/service_desk
Usage example: retrieve all organizations' emails from given project key:

#set($orgs = $jirassimo.projectOrganizations($issue.fields.project.key))
#foreach ($org in $orgs)
  $jirassimo.organizationEmails($org) ,
#end


$jirassimo.referEmailsWithSameIssueKey()

Adds References headers to refer to all emails sent out by Jirassimo for the same issue key no matter which notification configuration actually sent it. By default, References header is only added to emails sent by the same notification configuration.