How do I include the URL to an issue in the subject line of the automation email? I know how to use the smart tag to display the issue key but not how to make that key a clickable URL link.
Hello @Leanna Bremenkamp
<EDIT>
I couldnt find a way to do it in subject line, works only in the body. So if you type below in subject line, it will just be the same and not what you'd expect. Sorry, hopefully others may have options.
<a href="{{issue.toUrl}}">{{issue.key}}</a>
Still didn't work. When I receive the email, the subject like looks like this:
<a href="">SW-208</a>
Here is what I have in the subject line for the automation template:
{{issue.summary}} <a href="{{issue.toUrl}}">{{issue.key}}</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.