-
Notifications
You must be signed in to change notification settings - Fork 1
Cater for branches on Sonarqube, only showing master bugs #35
Comments
Hi @zakkeg00, thanks for your feedback. Could you explain a little bit more what your kind of problem you have and how it should be solved? Thx |
We are having problems with multiple branches, when we work on a feature branch the problems from the master is shown on in the solution. so we do not get the branches last build problems. and bugs. but only the master. Is there a way that this can be acheaved? |
Hi @zakkeg00, SonarLink is using the Web API to get all information from SonarQube/SonarCloud. We have to verify if the Web API provides this information or a possibility to filter for a branch. Regards, |
Possibility to get issues from a branch only: GET api/issues/search, branch parameter
@zakkeg00 it's only possible with SQ 8.9 LTS and developer++ edition. |
We are currently using the community 8.9 with a plugin for branches. I Take the api does not return the available branches? |
Hi @zakkeg00,
the Web API docu is saying no. But maybe you can also have a look… Regards, |
Thank you. I will investigate |
@guwirth the api does allow for branch management when you install the community plugin |
No description provided.
The text was updated successfully, but these errors were encountered: