Hey there,
I'm trying to list an issues attachments in a Mail. Everything works fine, only the attached file s are not listed. Can anyone help? Source see below.
Thank you and Regards
Dino
{{#issue.attachments}}
Upload durch: {{author.displayName}}
Datum: {{created.convertToTimeZone("Europe/Paris").format("dd.MM.yyyy 'um' HH:mm")}}
Datei: {{attachment.filename}}
{{/}}
Result:
Upload durch: Dino
Datum: 15.07.2020 um 16:35
Datei:
Upload durch: Dino
Datum: 15.07.2020 um 15:34
Datei:
Upload durch: Dino
Datum: 15.07.2020 um 17:02
Datei:
Hi @[deleted] ,
Welcome to the community!
I have the feeling you should use this way:
Datei: {{filename}}
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.