How to dynamically display a report through the Chart widget
Applies To
- Codebeamer 2.0
Description
- After creating a report on certain fixed IDs through the Reports tab, the Chart widget displays that report in a static way
- A query example:
-
SELECT status AS 'Status', COUNT(1) AS COUNT WHERE project.id IN (3) AND tracker.id IN (3402) GROUP BY 'Status'
-
- A query example:
- Even when exporting wiki pages to a project template and importing them under a different project, the widget still refers to the same static data from the source project and tracker, instead of the new ones
- Is there a way to create a report dynamically in a way that, in a Chart widget, it refers to Current Project context where the report is shown?