Hi all, not sure if I'm just misunderstanding this but basically I have text like
Where abc-xxxx should be a link to the ticket. But for some reason I can't figure out how in the "Customised Email" function as rich text. I can do this in a normal email as I have access to the HTML tags, but how do I do this in a "Customised Email".
Thanks!
Hi @Calvin
It should be possible to use:
Hi team your Jira Item is: <a href="{{issue.url}}">{{issue.key}}</a>
Some companies has quite a strict handling of hyperlinks in emails due to the risk of "spoofing" so it might be handled as insecure.
Best regards,
/Staffan
Thats what I would have thought too, but even on my own personal instance I seem to have a similar issue:
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.