Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



One answer

Permanent link
Try this although I don't know how reliable the code is
#foreach($comment in ${workItem.comments.mostRecentFirst.dropFirst(0).takeFirst(1)})
${comment.creator}
#end mentioned you in a comment about work item ${workItem.identifier}

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,131
× 48
× 9

Question asked: Jun 25 '15, 12:08 p.m.

Question was seen: 3,779 times

Last updated: Jun 26 '15, 2:23 a.m.

Confirmation Cancel Confirm