Skip to end of banner
Go to start of banner

getIncomingRawEmail

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The use of this routine 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

IncomingEmail

Example

IncomingEmail email = getIncomingRawEmail();
if(email.from != "jira-support@kepler-rominfo.com") {
	// create issue
}

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels