How to Render Properties of the Exported Item in the Properties Part of the Word Template
The attached template demonstrates how to put custom properties of the exported Work Items (TrackerItemDtos) to the "Properties" part of the Word document.
This attached template
templatePropertyRendering.docx contains two different ways of rendering the custom property:
1. This uses a template to add Word native markup to add the custom property, and uses $fields.getByLabel(...) method to ease access to custom properties.
2. Uses a field markup to render the custom property. Note: this only works with Codebeamer 9.1+ due to an improvement in the export here.
The following screenshot shows the two ways of rendering the custom property.