|
|
For security reasons, the subject and body of the email must be specified using Velocity template files (*.vm) that must be approved and uploaded to the directory
~/CB-.../tomcat/webapps/cb/config/templates/email in the Codebeamer
|

|
Variable
|
Type
|
Meaning
|
|---|---|---|
|
user
|
UserDto
|
The user that executed the state transition that triggered this email.
|
|
subject
|
TrackerItemDto
|
The tracker item that is the subject of the triggering event and the email.
|
|
source
|
ArtifactDto
|
The source of the triggering event, such as a state transition or escalation rule.
|
|
tracker
|
TrackerDto
|
The tracker of the subject item.
|
|
project
|
ProjectDto
|
The project of the subject item.
|
|
transition
|
WorkflowTransitionDto
|
Is true if the action was called from a state transition, or else it is false.
|
|
recipient
|
UserDto
|
The recipient of this e-mail.
|
|
textFormatter
|
TextFormatter
|
A helper for locale-specific formatting.
|
Dear ${recipient.realName}, please have a look at ${subject}
#parse("notification_email_header.vm")
<div class="comment-box">
Dear ${recipient.realName}, <br/>
${user.realName} did ${source.name} #linkTrackerItem(${subject})
</div>
whatever that means to you ...
#parse("notification_email_footer.vm")