I am setting an automation to send email with content refer to custom field input as follows:
<a href="{{customfield_10744}}">{{issue.customfield_10744}} </a>
Right now, if user input the that field a URL, then this works fine: show an URL in the email as expected.
However, most of the time, the input in this is free text value, with this case, I expect to show on the email exactly what is input by the user.
User Input:
2710
Current Output:
[2710]2710
Expected Output:
2710
I am not sure if this is even possible. Thanks for your attention!
Hi thanks i have same issue
<a href="{{customfield_10744}}">{{issue.customfield_10744}} </a>
Right now, if user input the that field a URL, then this works fine as well. It will automatically show in my website can anyone senior from the team tell me how solve this
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.