Attachment to External Trello Board

jason_duplock February 21, 2025

Hi

I have a Form that when submitted, creates a ticket within JSM and also creates a Trello card on one of my vendors Trello Board and attaches an email and creates another attachment with the Form Responses PDF.

In the last few days, the Form Responses PDF no longer attaches separately and my vendor can not view the PDF if they click the link in the attached email as they do not have permission.

Does anyone know why the Form Responses PDF is no longer being attached?

This is the code used for the automation:

<ul>
{{#issue.attachment}}
{{#if(equals(mimeType, "application/pdf"))}}
<li><a href="{{content}}">{{filename}}</a></li>
{{/}}
{{/issue.attachment}}
</ul>

 

Thanks

Jason D

1 answer

0 votes
jason_duplock February 21, 2025

This is the automation code used:

<ul>
{{#issue.attachment}}
{{#if(equals(mimeType, "application/pdf"))}}
<li><a href="{{content}}">{{filename}}</a></li>
{{/}}
{{/issue.attachment}}
</ul>

Suggest an answer

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

Atlassian Community Events