"traceability" section
Configure the settings of the Traceability Browser. For more information, see Traceability Browser.
Example:
"traceability": {
"ignoreRedundantsInBrowser" : true,
"ignoreRedundantsInTab" : true,
"maxAdditionalLevelElements" : 25000,
"maxAdditionalLevelElementsPerItem" : 200,
"maxFirstLevelElements" : 25000,
"maxFirstLevelElementsPerItem" : 500,
"pageSize" : 50,
"maxNumberOfLevels" : 5
}
The following table provides the description of the properties.
Property
Example Value
Description
"ignoreRedundantsInBrowser"
true
If set to true, the Traceability Browser ignores redundant nodes. Set to false to disable.
"ignoreRedundantsInTab"
true
If set to true, the Traceability tab of the work item page ignores redundant nodes. Set to false to disable.
"maxAdditionalLevelElements"
25000
The defined value is the maximum number of tracker items on levels other than Level 1.
"maxAdditionalLevelElementsPerItem"
200
The defined value is the maximum number of items per items on the preceding levels. Applicable form Level 2 and below.
"maxElementsOnIntelligentView"
5000
The defined value is the maximum number of tracker items displayed on Intelligent Table View.
"maxFirstLevelElements"
25000
The defined value is the maximum number of tracker items on Level 1.
"maxFirstLevelElementsPerItem"
3
The given value defines the number of upstream or downstream references displayed on the reference popup window of the item.
"maxTestRunItemsPerItem"
100
The defined value is the maximum number of Test Run items per items on preceding levels, Applicable from Level 1 and below.
"pageSize"
50
The default page size.
The tracker items on the Initial level are loaded first, the other items are loaded by incremental scroll.
"maxNumberOfLevels"
5
The defined value is the maximum number of reference levels displayed. The default value is 5.
* 
It is possible to add any number of reference levels, however, if too many levels are configured, managing your view may become difficult.
For further information, see step 8 on page Create an Traceability Document View, or step 12 on page Create an Traceability Table View.
Was this helpful?