Versions Compared

Key

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

...

Info
titleAvailability

This routine is available since Power Scripts for JIRAJira 4.0.9

Syntax

saveAttachmentFromEmail(attachmentName, filePath)

...

Code Block
IncomingEmail mail = getIncomingEmail();

for(string att in mail.attachments) {
    saveAttachmentFromEmail(att, "/tmp/guess" + att + ".tmp");
}


See

...

also

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