The Remediation Chart is a visualization tool that provides insights into the technical debt accumulated within a software system.
By analyzing the codebase, the Remediation Chart identifies areas that require attention, highlights potential issues, and offers recommendations for improvement.
It helps engineering teams prioritize and manage their technical debt efficiently, leading to a more stable and maintainable software system.
Issues are grouped by rules and classified based on the following:
Severity: Critical, Error and Warning
Remediation effort: estimated fix time
To make it easier to identify quick wins and long-term remediation tasks.
The Remediation Chart is available on all Git projects for branch reviews (on any revision) and Org assessments.
Go to your project
Click on Issues to see the Remediation Chart starting from the head revision of your main integration branch or
Or click on Branches > select your desired branch from the dropdown
Select an available scan report (revision)
Click on Show Remediation Chart
โ