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 Leaders.
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

Comment

Log in or Sign up to comment
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 Leaders.
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 Leaders.
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