"interactive"
Configures interactive parts; allow personalization of texts. Personalize the logo and welcome texts appearing on Codebeamer pages.
Example
"interactive": {
"exportTypes": "excel",
"itemsPerPage": 25,
"pullRequestsPerPage": 10,
"recentHistoryItems": 5,
"uploadFileSizeLimit": 5368709120,
"verboseErrorPage": true,
"minAvailablePhysicalMemoryPercentage": 10,
"minAvailableMemoryPercentage": 50,
"notEnoughTotalMemoryCheckEnabled": true,
"massItemCountLimit": 1000,
"itemKeyAndIdTemplate": "{masterKey}-{id}-{commonItemId}",
"footerFilterInformation": "VISIBLE",
"registration-text": {
"format": "W"
},
"slogan-text": {
"format": "H"
},
"welcome-text": {
"format": "W"
},
"login-text": {
"format": "W"
},
"warnLowDiskSpace": {
"enabled": true,
"emailTo": "[email protected];[email protected]",
"minFreeDisk": 10240,
"minPercentage": 5
}
},
Maximum Limit Value
Properties
Property Name
Description
Default Value
Minimum Limit Value
Maximum Limit Value
"recentHistoryItems"
The number of recent items to show in the main menu.
5
"itemsPerPage"
The default items per page size of paginated lists.
25
"verboseErrorPage"
Limit information printed out on error page.
true
"languages"
The allowed/available languages as a comma-separated list of ISO 639 2-letter language codes.
"showProjectBrowser"
If the project browser is enabled.
true
"cardboardMaximumColumns"
Maximum number of columns on Cardboard.
10
"executeAsEnabled"
If the Workflow transitions allow "execute As".
"maxAllowedWordExportItemCount"
Maximum number of items in a Word export.
* 
Increase the value of this property with caution, as it may affect the Codebeamer performance.
3000
No limit
No limit
"massItemCountLimit"
Sets the maximum number of items that a Mass Edit.
* 
Increase the value of this property with caution, as it may affect the Codebeamer performance.
1000
"itemKeyAndIdTemplate"
A velocity template string used for rendering the tracker item key and id string. Only the following variables are accessible by the template string:
masterId: if the item is a branch item then this is the ID of the respective item on the Master branch otherwise the ID of the item itself.
masterKey: if the item is a branch item then this is the key of the Master branch otherwise the key of the tracker itself.
id: the unique ID of the item.
commonItemId: the Common Item ID of the item.
key: the key of the tracker of the item.
branchId: the ID of the branch (if the item is a branch item).
branchKey: the key of the branch (if the item is a branch item).
"uploadFileSizeLimit"
The provided value is the size limit in bytes for file uploads. For example: 1610612736
5.36870912E9
(5 GB)
1073741824
(1 GB)
"footerFilterInformation"
Configures the visibility of the information in the footer filter:
Valid values: "IGNORE", "VISIBLE", "HIDDEN"
"VISIBLE"
Additional Information
"warnLowDiskSpace": Fore more information, see the "warnLowDiskSpace" application configuration.
Was this helpful?