Forums

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

Blank space in email, when I'm using <table>

Danuta Twarog February 21, 2023

Good morning,

I'm trying to send a list of issues every day in HTML format. And I'm getting the proper list, but at the beginning of email I get quite a lot of blank spaces, that I need to scroll down, to see my list. Does anyone have idea, what I'm doing wrong?

The content of my emails is:

<table BORDER >
<tr>
<th>Ref</th>
<th>Title</th>
<th>Parent name</th>
<th>Label</th>
<th>Assigne</th>
<th>Due date</th>
</tr>
{{#lookupIssues}}
<tr>
<td><a href={{url}}" > {{key}} </a> </td>
<td>{{summary}}</td>
<td>{{parent.summary}}</td>
<td>{{labels}}</td>
<td>{{assignee.displayName}}</td>
<td>{{dueDate}}</td>
</tr>
{{/}}
</table>

 

 

1 answer

1 vote
Grzegorz Rozek September 11, 2023

Same issue here. Did you find a solution @Danuta Twarog ?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events