Tracker Dashboards
Codebeamer provides visibility and control on project status and progress. Since actions such as task completions, bug submissions, program downloads, and SCM check-in actions are all captured in the Codebeamer repository, accurate and real- time project status reports are provided at any time and from anywhere. Reports are provided on a single-project or on a multi-project level for project managers, developers, and stakeholders.
* 
The dashboard is visible only to users that have the Tracker - Report permission activated. You can edit or change the permissions by clicking the Members option on the Admin tab. The Members window opens. Click icon in the Roles section on the left,to open the Edit role permissions window. Change the Tracker Report permissions for a member.
Visualization Trends and Statistics
For visualization purposes, Codebeamer provides different customizable Wiki plugins. You can use combinations of these plugins in different wiki pages to build project-specific or user-specific dashboards. Consider the following wiki plugin:
[{PieChart title='Open Tracker Issues by Severity' legend='false'



[{DataSet data='trackerItemsByLabel' label='severities' projectId='37' format='pieChart'}]

}]
This plugin builds the following chart:
* 
For more information, refer to the Data Set Plugin in Wiki Markup and Plugins
* 
There must be a blank line between the chart definition and the dataset definition. In absence of blank line, a 'no body text' JSPWiki error occurs.
Was this helpful?