Retrieving projects

This page explains how to retrieve and view projects in SonarQube Cloud.

You can view any public project. You can view a private project of your organization provided you have the corresponding permission.

Retrieving any public or private project

  1. In the top navigation bar, select the magnifier icon. The Search for projects… box is displayed along with a list of pre-selected projects.

  2. You can enter a part of the project name in the box to filter the search.

  3. Select the project in the list.

When searching for a project in SonarQube Cloud, a list of project appears showing you the project name, organization to which it belongs, and notes if it's marked as a favorite project.

Retrieving the projects of your organization

1. Retrieve your organization:

  • Select your account menu in the top right corner of the SonarQube Cloud interface.

  • In the menu, under My Organizations, select your organization. The organization’s Projects page opens.

The top of the SonarQube Cloud Projects page shows you the organization's name, icon of the DevOps platform the organization is bound to, if it's a public or private organization, and your organization's Key.

2. In the left sidebar, you can define filter conditions.

3. Above the list, you can use the search box to search by project name.

4. Click the project name hyperlink to open the project.

Retrieving your favorite projects

To mark a project as favorite, see the instructions on the Managing your project as a developer page.

To retrieve your favorite projects:

  1. In the top navigation bar, select My Projects. Your favorite projects are listed on the page.

  2. In the left sidebar, you can define filter conditions.

  3. Above the list, you can use the search box to search by project name.

  4. Click the project name hyperlink to open the project.

Exploring open-source projects

To explore open-source projects:

  • Select Explore in the top navigation bar of the SonarQube Cloud UI.

  • Or go to sonarcloud.io/explore/projects.

Viewing and copying project information

  1. Retrieve the project as explained above.

  2. In the left navigation bar, select Information to open the page.

The Information page displays:

  • The quality gate currently being used for your project.

  • The quality profiles currently being used for your project. If the project contains multiple languages, the profile for each language is shown.

  • The project and organization keys; you can copy them for pasting.

  • The last analysis method: the method used for this project’s most recent analysis. If the last analysis was done by automatic analysis, this section will display Analyzed by SonarQube Cloud. If the last analysis was done by CI-based analysis, the CI system used will be indicated.

See these articles for tasks you can complete while on the Information page:

Last updated

Was this helpful?