Traceability Browser
* 
This plugin is deprecated from Codebeamer 10.0.0.
Traceability Browser plugin shows a table that correlates any number of sets of any trackers or tracker types in a desired order and visualizes the dependencies (incoming and/or outgoing associations and/or references) between the items corresponding the neighboring selected trackers and/or tracker types. The same table will appear as in Traceability Browser.
Parameters:
title='Traceability Browser' Title of the plugin (optional).
initialTrackerList='1234 -7,1235' Represents the initial Tracker List, it is a comma separated list of Tracker IDs (optionally filtered by View IDs using space separator).
initialTrackerItemId='1234' You are able to use Traceability Browser plugin in Tracker Item mode. In this case, the initial parameter will be a Tracker Item, and not a Tracker and only the levels will appear as columns (no Initial Tracker(s) column). If used, the initialTrackerList parameter will be omitted.
trackerList='0,1234 1235,2 3 1236' Represents the levels, it is a comma separated list of Tracker or Tracker Type IDs per level, inside a level you can define more Tracker/Tracker Type IDs separate by space. You can define "All" using 0.
showIncomingAssociations='true|false' Weather to show incoming associations or not (default: true).
showOutgoingAssociations='true|false' Weather to show outgoing associations or not (default: true).
showIncomingRelations='true|false' Weather to show incoming references or not (default: true).
showOutgoingRelations='true|false' Weather to show outgoing references or not (default: true).
excludeFoldersAndInformation='true|false' Weather to exclude Folder and Information type Tracker Items (default: false).
showChildren='true|false' Weather to show children or not (default: true).
showDescription='true|false' Weather to show descriptions or not (default: false).
showSCMCommits='true|false' Weather to show SCM commit type items or not (default: false).
ignoreRedundants='true|false' Weather to ignore redundant Tracker Items in the further levels (default: set in general.xml).
hideHeader='true|false' Weather to hide the information (tracker types, trackers, counts) in table header (default: false).
hideWikiBox='true|false' Weather to hide the wikibox and the plugin title (default: false).
reverseArrows='true|false' Weather to reverse the direction of the arrows in the result table header (default: false).
preset='Name of preset' Load a saved Traceability Browser preset by its name. If this parameter is used, the result will represent the preset, so all of the options above will be omitted. You can use this parameter only in Project context!
presetId='ID number of preset' Load a saved Traceability Browser preset by its ID number
Examples:
[{TraceabilityBrowser initialTrackerList='12345' trackerList='0,2 12356'}]
Shows a Traceability Browser, the initial tracker will be the tracker with ID 12345, the Level 1 will be "All" items, Level 2 will be "Bugs" type items or the Tracker with ID 12356. All the relation types and directions will be displayed.
[{TraceabilityBrowser initialTrackerItemId='1234' trackerList='0,0' showIncomingAssociations='true' showIncomingRelations='true' showOutgoingAssociations='false' showOutgoingRelations='false'}]
Shows the incoming associations and references of the 1234 Item in two Levels (displaying all Items, no filter by tracker type or tracker).
[{TraceabilityBrowser preset='Preset_Name'}]
Shows a Traceability Browser which represents a saved preset called "Preset_Name".
Was this helpful?