Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How add a tag in #defaultMailHeader in velocity

aas
Contributor
May 7, 2020

Hello everybody. I need to make custom email template and don't know how to add <a> tag into  #defaultMailHeader

#set($greeting = "#authorlinkkey($issue.reporterId $linkstyle) has closed issue in <a href="https//:url">JIRA</a>")
#defaultMailHeader($greeting)

And I have error : Encountered "https"

but it works fine without tag:

#set($greeting = "#authorlinkkey($issue.reporterId $linkstyle) has closed issue in JIRA ")
#defaultMailHeader($greeting)

Glad to any help.

1 answer

0 votes
Boris Berenberg - Atlas Authority
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 10, 2020

Suggest an answer

Log in or Sign up to answer