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
- attachAllFilesFromEmail — Attaches all attachments from the incoming email to a specific issue.
- attachFileFromEmail — Attaches a single file from the incoming email to a specified issue.
- getIncomingEmail — Retrieves a structure containing information about the incoming email such as sender, recipients, subject, or body.
- saveAttachmentFromEmail — Saves the attachment file from the incoming email to a specific file path.