In JSM, you can use the notification template for legacy automation but for new automation, you have to manually create that email every time. Is there a way to simply pass the subject and content instead of having to manually create that email every time.?
We support creating email templates in Notification Assistant for Jira
Does this allow me to have a single template that I can pass in the content and/or subject to instead of having to rewrite the entire thing again and again?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, however you wouldn't use us directly with Automation for Jira. What you would do is to have A4J perform some action, and use our Triggers to send the email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex Hernandez .
We use a personal template to send email with Automation
Try with this:
<h2><b>TITLE</b></h2>
<p style="color:blue;">Email enviado automáticamente.</p>
<b>Requerimiento:</b> <a href="https://<instance>/browse/{{issue.key}}"><i>{{issue.key}} - {{issue.summary}}</i></a>
<b>Status:</b> {{issue.status.name}}</b>
<b>Issue Type:</b> {{issue.issuetype.name}} - {{issue.Request Type.requestType.name}}
<sub>Con tecnología de Jira Service Desk</sub>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex Hernandez,
Welcome to the Atlassian Community!
When it comes to Automation, currently, it doesn’t have an editor where it’s possible to select the values or to format the text.
There are feature requests suggesting improvements for that:
Please, click on vote and also watch the features to receive updates from our product team.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.