Versions Compared

Key

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

Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !

Contents

Table of Contents
excludeSee also

...

Anchor
IncomingEmail
IncomingEmail

Predefined structure:

...

IncomingEmail

NameFieldTypeObs
JEmailMessageIncoming Email


from

string []

Array of email addresses

to

string []

Array of email addresses

cc

string []

Array of email addresses

subject

string


body

string

Entire body of the message including quoted text in case of replied or forwarded messages

attachments

JEmailAttachmentstring []

Array of email attachment structurescontaining the names of the attachments; there can be duplicates

...