The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getIncomingRawEmail() | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
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. |
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
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
|
Return Type
IncomingEmail
Example
Code Block |
---|
IncomingEmail email = getIncomingRawEmail();
if(email.from != "jira-support@kepler-rominfo.com") {
// create issue
} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "mail_handler_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.