Recent Articles
Updating DTM Export
Basics The DTM (and all) excel exports are written in a markdown language called Java Excel Template Translator (JETT). Fundamentals The most fundamental keys to understanding and the most important takeaway from the DTM export file are that: The ...
Exporting fields with hide if logic
Exporting Fields with “Hide If” Logic A set of macros has been added to mergeFields.v m to allow for conditionally exporting those fields in templates. For each of the following tracker names, there's a table that represents: What field will be ...
ORRE-BRA Tracker: Adding Risk Assessment Elements
The ORRE-BRA listener now supports adding unlimited risk assessment elements. Each element must follow the same JSON structure for the listener to function properly. This guide explains how to configure a new risk assessment element to appear on ...
ReviewHub Listener 2.0.0
ReviewHub User required role Permissions: In the the project, ensure the review hub service role has the permission to view members and roles. Navigate to the project, then Admin > Members > ReviewHubService and make sure Members - View and Role - ...
Environment Promotion Best Practices
Overview Utilizing a staging environment with development, test, stage (optional), and production servers is a standard practice in software development that ensures code quality, stability, and reliability before it reaches the end-users. The same ...