Accessing and Formatting Custom Date Fields
|
This feature is available with Codebeamer 23.04 and above.
|
Custom field values can be accessed using the following expression:
${items.getCustomField(0)}
In cases where the date cell formatting is to be applied from a custom template, the date type custom fields should be accessed using the following expression:
${items.getCustomFieldDate(0)}
Alternatively, these fields can be accessed using their labels. For more information, see
Accessing custom or customized fields by their labels.