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.
according to Atlassian documentation , these are the only available properties
{{issue.comments.last.body}}
- Returns the body of the last comment.{{issue.comments.first.body}}
- Returns the body of the first comment.{{issue.comments.reverse.body}}
- Returns the issue's comments, in reverse order.{{issue.comments.size}}
- Returns the number of comments on the issue.{{issue.comments.author.displayName}}
- Returns the comment authors.
@Mohamed Adel Thanks! And yes, saw this too. Just a little curious since when you check individual comments it actually has its own url when generated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.