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?