Hello everyone,
I’m using SonarQube v.7.9.1 and I wanted to ask how can I get all issues for a specific project with SonarQube web API.
I’ve tried with a GET request at the address https://my-sonarqube-server/api/issues/search
and it seems to work, but I get a (partial?) list of different projects.
How can I filter by project name?
Thank you so much.