aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/sonarcloud/organizations/organization-visibility.md
blob: f753829c5188c1a8be70a8d82aaf4ea2be8ddc88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: Organization Visibility
url: /organizations/organization-visibility/
---

## Free plan organization

Free plan organizations are public. This means that almost everything is visible to any user - even anonymous ones:

* Projects
* Issues
* Quality Profiles
* Quality Gates
* Rules

The following pages are restricted:

* Members: to members of the organization
* Administration pages: to administrators of the organization

## Paid plan organization

Paid plan organizations are private. This means that nothing is visible to non-members of the organization. In other words, you need to be a member of the organization to see:

* Projects - which are private by default
* Issues
* Quality Profiles
* Quality Gates
* Rules
* Members

The administration pages are obviously also restricted to administrators of the organization.

### Want to make one project public?

If you are on a paid plan organization but want to make a project public (for instance because you are developing an open-source library), this is possible. You will have to manually make the project public in its **Administration > Permissions** page. Once done, you will notice the "Public" badge on the project.

As soon as you have one public project, the following pages will become visible to any user:

* Projects
* Issues
* Rules

"Quality Profiles" and "Quality Gates" pages will remain restricted to members only - since you might not want to unveil some information used by your private projects.