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: 

Errore html

Monica Panozzo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 10, 2022

Ciao a tutti,

ho creato un'automazione per cui dopo una ricerca (lookup), possa mandare una mail con questo codice:

<table>
<{{#issue.keys}}>
<tr>
<td>{{customfield_10250}}</td>
<td>{{key}}</td>
<td>{{summary}}</td>
<td>{{assignee.displayName}}</td>
<td>{{duedate}}</td>
<td>{{priority}}</td>
</tr>
<{{/#issue.keys}}>
</table>

 

Dopo vari tentativi, mi da sempre questo errore "Errore di rendering dei valori intelligenti durante l'esecuzione di questa regola: Closing tag (#issue.keys) does not match opening tag (issue.keys):"

 

Avete suggerimenti?

1 comment

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Fabio Genovese
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 10, 2022

Ciao

Prova questo codice:

<table>
<{{issue.key}}>
<tr>
<td>{{key}}</td>
<td>{{summary}}</td>
<td>{{assignee.displayName}}</td>
<td>{{duedate}}</td>
<td>{{priority}}</td>
</tr>
</{{issue.key}}>
</table>

L'ho testato e funziona. Manda la mail.

 

Ho qualche dubbio sul #issue.keys. Ho controllato la documentazione ma non ho trovato questa possibilità.

Spero sia utile

FABIO

Like Deleted user likes this
Monica Panozzo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 11, 2022

Ora mi manda la mail ma vuota (dovrebbero esserci 6 ticket)

Like Deleted user likes this
TAGS
AUG Leaders

Atlassian Community Events