Search code examples
sonarqube5.1

How to set visiblity option in sonarqube


I am using SonarQube version 6.4. In my project there are some 25 modules and I don't want the developers to view all 25 modules, it would be easy if they can see only the ones created by them. Is there any setting such that the logged in user(author/developer) would be able to see only their own respective projects.


Solution

  • You can achieve this by going to the Project and then Administration > Permissions and set the project as Private.

    In the Users tab, Search for the name of the user and assign the necessary rights by clicking the checkbox

    enter image description here

    You can also take a look at https://docs.sonarqube.org/display/SONAR/Authorization