Hello,
SonarQube Community Edition 9.9
while retreiving metrics information with api /api/metrics/search,
I notice that the description of metric sqale_index is still wrong despite of correction in
https://jira.sonarsource.com/browse/SONAR-11802
the metric value is in minutes, not in hours
api description is:
“Total effort (in hours) to fix all the issues on the component and therefore to comply to all the requirements.”
exemple:
for a value displayed with 11d on the gui, the value retreived with api in 5471
5471 ÷ 60 ÷ 8 = 11