Changing organization settings
SonarQube Cloud allows to change your organization key, requiring private-only projects, and change the token used to connect to GitLab or Azure DevOps organization.
You must be an organization admin to perform the procedures described below.
Changing organization details
You can:
Change the organization name displayed on SonarQube Cloud UI.
Add or change the avatar. The avatar is a small image representing the organization and displayed on the UI near the organization’s name.
Add or change the organization description.
Add or change the URL of the homepage of the organization displayed on the UI.
Proceed as follows:
Retrieve your organization. See Retrieving your organizations for more information.
Go to Administration > Organization settings > General > Organization details.
Edit the field value(s).
Select Save.
Changing the organization key
The organization key is set when you import the organization into SonarQube Cloud. At that point, you can choose your own key or accept the suggested key. In some cases, you may later wish to change this key (for example, if a new naming convention is adopted at your company, or if you initially chose a bad key by accident).
To change the key of your organization:
Retrieve your organization. See Retrieving your organizations for more information.
Go to Administration > Organization settings > General > Edit organization key.
In Key, enter your new key, and select Save.
Make the same change to the
sonar.organization
setting of every project in the organization that is configured for CI-based analysis, or inform the respective project administrators.
Allowing only private projects in an organization
By default, the visibility of newly created projects is set to private on Free, Team and Enterprise plans. However, In a Team or Enterprise plan organization, you can restrict project creation to private projects only. If public projects belong to the organization, you must make them private first, see Setting user permissions.
To allow only private projects in your organization:
Retrieve your organization. See Retrieving your organizations for more information.
Go to Administration > Organization settings > General > Only allow private projects.
Select the Only allow private projects checkbox.
Select Save.
Changing the token used to connect to GitLab or Azure DevOps organization
To change the personal access token used to connect to your GitLab or Azure DevOps organization:
Retrieve your organization. See Retrieving your organizations for more information.
Go to Administration > Organization settings > Organization binding.
In Current binding, select the Edit token button.
Related pages
Last updated
Was this helpful?