Hello,
I setup an automation rule that generates an e-mail to an external recipient after a Jira issue is created via e-mailed request. I included the following syntax in my automation which captures all attachments from the original e-mail messages and creates hyper-links so that the external recipient can download the attachments.
{{#issue.attachment}}
<li><a href="{{content}}">{{filename}}</a></li>
{{/issue.attachment}}
The problem: The hyperlinks that are generated from the syntax above requires that a user already be logged into Jira. Not suitable for external users that do not have access to Jira. Is there anyway to generate a secured, login-less download link similar to the function in the article (referenced below):
Jira Service Management direct access to attachmen... - Atlassian Community
Hi @Lloyd Patawaran welcome to the Atlassian Community!
Maybe this article can help you: JSM direct access to attachments via email
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.