Configuration of Relationship Tracking with Versions

Automatically creating a new version of an asset based on the modification of a Relationship can be enabled with a modification to the Atlas Hub configuration file (starteam-server-configs.xml).

Any item type listed with the VersionOntraceLV_<type-name> option enabled will version itself when any of its Relationships change. When the key is not present or set to a value of 0, Relationship tracking will not occur.

Syntax per item type is as follows:

<option name="VersionOnTraceLV_Task" value="1"/>
<option name="VersionOnTraceLV_Requirement" value="1"/>
<option name="VersionOnTraceLV_Sprint" value="1"/>
<option name="VersionOnTraceLV_Story" value="1"/>
<option name="VersionOnTraceLV_KanbanBoard" value="1"/>
<option name="VersionOnTraceLV_Swimlane" value="1"/>
<option name="VersionOnTraceLV_Concept" value="1"/>
<option name="VersionOnTraceLV_Whiteboard" value="1"/>
<option name="VersionOnTraceLV_Review" value="1"/>