Versions Compared

Key

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

...

  $jirassimo.includeAttachments(".*.pdf")

will send all PDF fileds files from current issues as email attachments.

  $jirassimo.includeAttachments(".*.[pdf|doc]")

will send all PDF and DOC files from the issue as email attachments


Send attachments referenced in comment

...