1

Im trying to access to default technical debt pyramid values, the chart that appears on dashboard, using the web service api that sonarqube provide.

I don't have SQALE plugin installed, i just need those default values.

there is any way to access to these values using the web service api?.

Thanks.

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76

1 Answers1

2

Values in the technical debt pyramid was the amont of technical debt for each characteristics. As characteristics have been removed in SonarQube 5.5, I would not recommend you to try to use theses values.

If you need technical debt values per type for instance, you can use the api/issues/search WS using parameters 'facetMode=effort' and 'facets=types'.