The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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>
TAGS
AUG Leaders

Atlassian Community Events