Hi,
I want to send emails to people when a comment is added to an issue using Jira automation. I'm using the following smart value and the code below in the email body, but the emails don't look very friendly. Has anyone tried something similar and successfully added attachments to the emails through automation? Or suggestion on how to improve the code ?
{issue.comments.last.body}}
---------------------------------------------------------------------------------
Email Attachments:
<ul>
{{#issue.attachment}}
<li><a href="{{content}}">{{filename}}</a></li>
{{/issue.attachment}}
</ul>
Email Output
@Igor Medeiros - Modus Create thanks for the suggestion but we would like to stay away from additional addons if possible
Hi @Michael
I believe that our app Notification Assistant for Jira is able to solve this problem for you.
It offers fully customizable templates, triggers and it is capable of adding attachments to notification as well, both as links and inline.
Feel free to reach out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.