Tracker Class Diagram Plugin
(in Codebeamer 8.3)
Tracker Class Diagram Plugin shows a tracker configuration class diagram.
Parameters:
Parameter
Description
projectId
The ID of the project. This is a mandatory parameter.
trackerIds
Tracker ID list. These trackers will be displayed on the generated diagram. This is an optional parameter.
The maximum number of the visible trackers is 30. If the project contains more than 30 trackers, then use the trackerIds parameter to filter visible trackers.
Samples:
[{TrackerClassDiagram projectId='2' trackerIds='1234, 1235,1238'}]
shows the configuration diagram of the selected trackers.
Was this helpful?