Hello,
I`m trying to send value from single issue link picker in email via automation, but without any success.
I have linked ticket in the custom field, and i want to create automation to send it as link via email, so the recipient to be available to click on the link and to be redirected to the ticket.
Any advices will be appreciated.
Thanks in advance.
You need to use the smart value for custom field in the email body refer this
{{issue.CustomField Name}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amusnet,
Try using this code for the field to make a clickable link:
<a href="{{issue.toUrl}}">{{issue.key}}</a>
Also, this previous post has information about using a variable for the linked issue if it is not the actual trigger issue you are using.
If you would like to share the actual rule we could give more direct advice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
My automation rule is very simple, because i`m researching if it`s possible to send the link from the custom filed.
Just tried your solution, but in the mail i get link of the ticket, but not the link of the ticket from the custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a small progress :)
I use <a href="{{issue.toUrl}}">{{issue.customfield_13201.value}}</a> and in the mail i get the name of the ticket from the custom field, but the link still not working.
When i click i open the ticket, not the link from the custom field.
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.
Hmm, not sure why it would not provide the link then. You might try putting this full URL in front after > and before {{ with no spaces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.