Mail Handler Routines

Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !

This section contains routines that enable users to handle emails.

Routines summary

  • attachAllFilesFromEmailAttaches all attachments from the incoming email to a specific issue.
  • attachFileFromEmailAttaches a single file from the incoming email to a specified issue.
  • getIncomingEmailRetrieves a structure containing information about the incoming email such as sender, recipients, subject, or body.
  • saveAttachmentFromEmailSaves the attachment file from the incoming email to a specific file path.