Is it possible to get the specific comment url through Smart Values?
I'm working on an email notification when a ticket transitions to another status. Part of what I'd like to include in the content of the email is the link of the last comment made to the ticket.
Here's the query I'm using which isn't working:
<a class="jsd-issue-link" href="{{issue.comments.last.url}}">Please follow this link for the hyperlink/s.</a> </li>
The text format in the email notification is coming out as expected, it's just that the hyperlink isn't working. When I hover to check what url is used, it appears to be empty.