Permission Controls

I’m having a little trouble figuring out how this should work. Our code control is private, so projects are private.
We do not have anonymous login to see all code.

We have gIt and are doing lots of builds on different branches.
I set up git to be on a per branch because otherwise, we cannot keep track.

The problem is is how do I set up users to be able to view the issues and their source. I can’t make them all admin and It seems like I have to manually grant them to each unique build. Is there any better approach? Like having a wild card or something?

Can I just grant some users read access to all projects?

Hi,

You need to grant users should the “Browse” permission on projects in order for them to access it.
You can use Permission Template to grant “Browse” permission on a group that the users belong to.
All information you need are here : https://docs.sonarqube.org/display/SONAR/Authorization

Regards