“releaseDashboard” section
Codebeamer uses the releaseDashboard application configuration for determining the number of items to be displayed on the Release Dashboard. The configuration has the following two parameters:
pageSize: Page size for displaying release and sprint items on Release Dashboard. The, default value of the parameter is 50.
releaseItemPageSize: Page size for release items, the work items which are in the Release or Sprints. The default value of the parameter is 50.
You can set the parameter values as per your requirements. However, PTC recommends not to exceed a value of 500 as this may adversely impact the performance.
Example configuration:
"releaseDashboard": {
"pageSize": 20,
"releaseItemPageSize": 20
}
Was this helpful?