Forums

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

List all issuelink from an issue, and put in a table

Nicolas GUILLOU
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 30, 2026

 

Hello, 

i would like to create an automation which is sending a mail with a table.
In this table there is issue key, Title, and all the issue links of the ticket in th first column.

Exemple

exemplelink.jpg

The table in the mail is made like this in html

<br>
<table border="1" >
<tr>
<th>Key</th>
<th>Title</th>
<th>Links</th>
</tr>
{{#lookupIssues}}
<tr>
<td> <a href="https://privateURLjiracloud/custom/16/{{key}}">{{key}}</td>
<td>{{summary}}</td>
<td>????????</td>
</tr>
{{/}}
</table>
<br>

I can't find the smart value for colomn Links to make is work. ( i add LINKS in the photo with paint) The table have no result for the Links Colomn

 

My automation is like this:

automation.jpg


Could you please help me?
Thanks

1 answer

0 votes
Arek_ Fedorowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 1, 2026

Hello @Nicolas GUILLOU

The smart value you're looking for is {{issuelinks}}.

Let us know if this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events