Is it possible to include attachments in the e-mail action?

andreas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2016

In your email action, would it be possible to add attachments from the JIRA issue to the email?

1 answer

1 accepted

0 votes
Answer accepted
andreas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2016

It could be a little bit tricky to attach attachments directly to the e-mail as there could be 100s and the could be very large which would make it impractical to send them along with the e-mail.

However you can include direct links to the attachments in the e-mail like this:

Hey there, 
 
<ul>
  {{#issue.fields.attachment}} 
    <li><a href="{{content}}">{{filename}}</a></li> 
  {{/issue.fields.attachment}} 
</ul> 
 
Cheers, Auto

 

Then recipients can download attachments directly from JIRA by clicking those links!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events