I am trying to set up an automated email in Jira Automation and required to send an external URL in the E-mail message.
But the triggered mail doesn't display as an hyperlink in the mail send to customers instead it displayed as Text message and is not clickable
Hi Radhika,
You can use this:
<a href="{{issue.toUrl}}">{{issue.summary}}</a>
Hi John,
Thanks for the reply. I used the Smart Values provided but actually it takes to the Jira ticket created. My requirement is like the reference guide URL for customers so they receive the mail and they URL should be clickable which is a reference guide page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the clarification, I misunderstood. Where is the value for this URL stored? If your hard coding it into the email, you ought to be able to put the appropriate HTML around the URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks or just look for a reliable HTML code editor or compiler insert your URL or just use ChatGPT.
Mine:
👉 <a href="https://xyz?email={{issue.reporter.emailAddress}}" target="_blank"><b>Click here to share your feedback</b></a>
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.