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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.