Disable automatic project creation

I’m currently using SonarQube 7.4 and would like to know how to disable the project creation on the first analysis. I would like to enforce the project creation from the SonarQube portal.

Hi.

Go to “Administration” > “Security” > “Global permissions” and remove the “Create projects” permission from users/groups.

Example:

image

The first user/group will be able to execute an analysis but it can’t create or provision new projects. The project will have to be first provisioned by an user with the “Create project” permission.

2 Likes

Thanks!. It works.