I would like to send {{issue.url}} as a hyperlink in mail instead of full URL.
Output I'm getting below
Expected Output
Testing has failed for Issue RM-770.
Hi @Amitsinha Patil and welcome to the Community!
You are writing Jira syntax in your rule there, while you should use proper html tags in automation. The following should work:
Testing has failed for issue <a href="{{issue.url}}">{{issue.key}}</a>
Hope this helps!
Obviously, replace {{issue.xxx}} with triggerIssue, ... according to what you need to send the correct links.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.