Versions Compared

Key

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

...

Info
titleAvailability

This routine is available since JJUPIN 4.0.0

Syntax

getIncomingEmail()

Description

Excerpt

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

...

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


See

...

also

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