Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
I’m helping teams to use SonarCloud within our organization. To be able to do this as efficient as possible, I’ve used an approach to define groups, add members, create projects and assign the group permissions.
Most project however, have the solution split into an API project / Front End project in multiple repositories. And I would like to be able to administratively group these together.
At the moment I have no idea how to set this up in one single project, and would like to define some sort of sub projects, so that the administration is much simpler e.g.;
Project X - group permissions
subproject: Backend
subproject: API
This helps me with the goals I had. The setup for the security groups was indeed already something I did as an improvement.
Maybe for other users, I’ve added different tags to the projects using sonarcloud. The tags can be used as a query parameter which is awesome, I’m now able to share a direct link for the team to only view their data.