Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automating send email on release

Maroun Maroun February 27, 2023

Hi,

I'm new to automations in Jira, and I can't find a good documentation to begin with.

 

I have the following email HTML:

A new version was successfully released. Please find the RN below:

{{#lookupIssues}}
<li>{{issue.key}}</a>: {{issue.summary}}:{{issuetype.name}}</li>
{{/}}

 

My automation:

 

image (23).png

2 answers

1 accepted

1 vote
Answer accepted
Maroun Maroun February 27, 2023

Fixed by having

fixVersion = '{{version.name}}'

instead of:

fixVersion = {{version.name}}

 

1 vote
Darryl Lee
Community Champion
February 27, 2023

You might also want to change your email body so that the HTML is actually correct:

{{#lookupIssues}}
<li><a href="{{url}}">{{key}}</a>: {{summary}}:{{issuetype.name}}</li>
{{/}}
Maroun Maroun February 27, 2023

Thanks for that, missed it in my example above.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events