Forums

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

Jira automation to send a person an email with a table built consisting of specific chosen fields.

Vera Valshonok
Contributor
July 12, 2023

How can I set ( in case can) in the Jira automation to send a person an email with a table built consisting of specific chosen fields ( and info from them) from the request.

1 answer

1 vote
Charlie Misonne
Community Champion
July 12, 2023

Hi Vera,

You will have to use the Send email action in your automation rule.

This type of actions supports HTML tags so you could builld a table in html and include the data with smart values.

A simple example:

<table>
<tr>
<td>Issue key</td>
<td>{{issue.key}}</td>
</tr>
<tr>
<td>Summary</td>
<td>{{issue.summary}}</td>
</tr>
</table>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events