Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available since JJUPIN starting with Power Scripts™ 4.0.0 (server).

Syntax

getIncomingEmail()

Description

Excerpt

Retrieves a structure containing information about the incoming email , such as sender, recipients, subject, or body.

Return value

IncomingEmail value containing email data.

...

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

See

...

also

Filter by label (Content by label)
showLabelsfalse
max435
showSpacefalse
cqllabel = "mail_handler_routines"
labelsjira_comment_routine