I’m using SonarQube, Version 8.9.1, Community Edition with Community Branch Plugin (GitHub - mc1arke/sonarqube-community-branch-plugin: A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube).
I would like to search for issues on a specific branch in different projects.
I tried to use the web UI (Issues > Filter) but there’s no “branch” option, and I tried to use the web API ( issues/search) but the “branch” parameter doesn’t seem to work.
-
Is it possible to search for issues on a specific branch using the “Community Edition”?
-
With the “Developer Edition”, is it possible to perform this search using the web UI and the web API?