/
getIncomingRawEmail
getIncomingRawEmail
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
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.
Parameters
Return Type
Example
IncomingEmail email = getIncomingRawEmail();
if(email.from != "jira-support@kepler-rominfo.com") {
// create issue
}
See also
Peacock
, multiple selections available,
Related content
getIncomingEmail
getIncomingEmail
More like this
getIncomingEmail
getIncomingEmail
More like this
Mail Handler
Mail Handler
More like this
Mail Handler Functions
Mail Handler Functions
More like this
Mail Handler Functions (Power Scripts)
Mail Handler Functions (Power Scripts)
More like this
fileTruncate
fileTruncate
Read with this