Include sender name/e-mail address in @me mail message
I would like to be able to include the name of the individual who "mentioned" someone in the e-mail template.
For example:
<b>John Doe</b> <jdoe@place.com> mentioned you in a comment about work item <a href="${workItem.URL}"> ${workItem.identifier}</a>
Is there a way to do that?
Thanks!
Patrick
|
One answer
Try this although I don't know how reliable the code is
#foreach($comment in ${workItem.comments.mostRecentFirst.dropFirst(0).takeFirst(1)}) |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.