Mail Handler Functions
The use of these functions requires the Power Scripts for Jira add-on be installed and licensed.
This section contains functions that enable users to handle emails.
Functions Summary
- saveAttachmentFromEmail — Saves the attachment file from an issue to a specific file path.
- 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.
- getIncomingRawEmail — Retrieves a structure containing information about the incoming email such as sender, recipients, subject, or body. Similar to getIncomingEmail() but the body of the message is not processed in any way.
- getUserKeysFromEmails — Finds the corresponding user keys for a list of email addresses.
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
