Traceability Report Plugin
Traceability Report 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 Report.
Parameters:
• title='Traceability Report' 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 Report 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' Whether to show incoming associations or not (default: true).
• showOutgoingAssociations='true|false' Whether to show outgoing associations or not (default: true).
• showIncomingRelations='true|false' Whether to show incoming references or not (default: true).
• showOutgoingRelations='true|false' Whether to show outgoing references or not (default: true).
• excludeFoldersAndInformation='true|false' Whether to exclude Folder and Information type Tracker Items (default: false).
• showChildren='true|false' Whether to show children or not (default: true).
• showDescription='true|false' Whether to show descriptions or not (default: false).
• showSCMCommits='true|false' Whether to show SCM commit type items or not (default: false).
• ignoreRedundants='true|false' Whether to ignore redundant Tracker Items in the further levels ).(default: set in traceability section).
• hideHeader='true|false' Whether to hide the information (tracker types, trackers, counts) in table header (default: false).
• hideWikiBox='true|false' Whether to hide the wikibox and the plugin title (default: false).
• reverseArrows='true|false' Whether to reverse the direction of the arrows in the result table header (default: false).
• preset='Name of preset' Load a saved Traceability Report 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 Report by its ID number
Examples:
[{TraceabilityReport initialTrackerList='12345' trackerList='0,2 12356'}]
Shows a Traceability Report, 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.
[{TraceabilityReport 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).
[{TraceabilityReport preset='Preset_Name'}]
Shows a Traceability Report which represents a saved preset called "Preset_Name".