- 
    Type:Task 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: backend
- 
    None
- 
        Not defined
Context:
On the dashboards page when a process has KPI report, you can open this report by clicking on provided link. This link only takes into account the report id itself even when the report is a part of a collection what causes the link to always beĀ /report/reportId/. This results in missing collection name in the navigation breadcrumbs. We need to have collection ids added to each KPI object in processes list response (api/process/overview endpoint)
AT:
- api/process/overview response should containĀ collectionId property for each kpi in the response. if the report is not a part of a collection the property should be null
Testing notes:
- The collection ID is part of the response for KPI results in the process overview