Forums

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

Create a Table Using automation in email

Assaf Eitan
Contributor
February 27, 2022

Hi all :) 

I"m trying to create an automation on my jira project that will send an email with a list of issues and their description. 

I did managed to do that with "Lookup issues" but the description part is really long and it gets hard to read.

I wanted to ask if there is a way to create a table with 2 columns (The summary of the issue and its description) to organzine my data  when sending this email? 

This is my current content of the automation content of the email : 

The Requirements For {{sprint.name}} are:
{{#lookupIssues}}
<a>{{summary}}</a> : <a> {{description}}<a>
{{/}} 

Thank for any help!

Assaf

1 answer

1 accepted

2 votes
Answer accepted
Benjamin
Community Champion
February 27, 2022

Hi @Assaf Eitan ,

 

Here's a post that t is similar to what you are trying solve:

 

https://community.atlassian.com/t5/Jira-questions/Project-Automation-Email/qaq-p/1528912

 

Hope this helps.

 

Thanks,

 

Ben

Assaf Eitan
Contributor
February 27, 2022

Yes it worked perfect! Thanks!!

Assaf

Like Benjamin likes this
Vera Valshonok
Contributor
July 20, 2023

@Assaf Eitan I have similar issue and can not figure out still how to make this table int he email choosing the fields I need. Could you share how your email looks like in the end maybe  ( if there is no information that cannot be disclosed) or your experience?

Suggest an answer

Log in or Sign up to answer