Identify WHO solved an Issue or marked as false/positive

Hi everybody,

Is there a way to find out WHO solved an Issue or who marked an Issue as “false/positive” or “Won’t fix”?

Thanks in advance,
Christoph

Hi Christoph,

Yes, this is possible via the SonarQube API, the method is ‘GET api/issues/changelog’.
The field ‘user’ and ‘userName’ will tell you who applied each change. Access the docs under https://<your_sonarqube_url>/web_api.

Cheers,
Daniel

1 Like

Thanks for the very quick response :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.