${key} URL Link Not Working
The ${key} placeholder is not showing up as a clickable link on the Notification Template.
Instructions
When using the Link block and changing the text to ${key} it correctly translates to the issue key.
The problem is with the “href”, where using ${issue.issueLink} does not translate to the issue link.
${issue.issueLink}
is a reserved placeholder not meant to be used by clients.A workaround for this one is by using
${baseurl}/browse/${key}
in the Href.Alternatively, we have
${baseurl}
as a means to create such links, as we detail on Placeholders | Advanced Details.