Are custom attributes supported when modifying the work item email templates in RTC 4.x?
Accepted answer
yes, you have to use the ID's of the custom attributes
${workItem.get("attribute_id")}
It is possible to acquire the values of custom attributes using the
${workItem.get(...)}
. Unless the attribute type is one of the specified supported types, the return type will always be a text type. For instance, the value returned for an attribute with an enumeration type will be the label and of type Text. Similarly an attribute of type Enumeration List can be accessed but the returning value will be be a comma separated string.
Comments
sam detweiler
Jan 07 '14, 7:01 p.m.deleted