Search code examples
sonarqubesonarqube-web

sonarqube how to access to default technical debt pyramid values from web service api?


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.


Solution

  • 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'.