I try to retrieve some project metrics via the WebAPI. WIth that I like to retrieve simply the technical debt of a project.
I found that api/issues/search?componentKeys=<project> returns me that information, but also all issues in details, which is fine to work with, but I was wondering, whether I can somehow parameterize the request to only get the “high” values, not the issues themselves.
Like when using api/issues/search?componentKeys=<project>&facetMode=effort&facets=types&types=CODE_SMELL, i also get some information in addition, but also the huge list of issues themselves.