Skip to content

Commit b775b0c

Browse files
authored
Merge pull request github#33973 from github/repo-sync
Repo sync
2 parents 3d28b00 + f848af8 commit b775b0c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,31 @@ type: tutorial
1010
topics:
1111
- Projects
1212
allowTitleToDifferFromFilename: true
13-
permissions: Organization owners can manage the visibility of {% data variables.projects.projects_v1_boards %} in their organization. Organization owners can also allow collaborators with admin permissions to manage project visibility. Visibility of user projects can be managed by the owner of the project and collaborators with admin permissions.
13+
permissions: Organization owners can manage the visibility of {% data variables.projects.projects_v2 %} in their organization. Organization owners can also allow collaborators with admin permissions to manage project visibility. Visibility of user projects can be managed by the owner of the project and collaborators with admin permissions.
1414
---
1515

1616
## About project visibility
1717

18-
Projects can be public or private. For public projects, everyone on the internet can view the project. For private projects, only users granted at least read access can see the project.
18+
Project visibility can be set to {% ifversion ghec %}private, internal when using an {% data variables.enterprise.prodname_emu_enterprise %}, or public if your enterprise does not use {% data variables.enterprise.prodname_managed_users %}{% else %}public or private{% endif %}. For public projects, everyone on the internet can view the project. For private projects, only users granted at least read access can see the project. {% ifversion ghec %} For internal projects, other members of your enterprise can see the project.{% endif %}
1919

2020
Only the project visibility is affected; to view an item on the project, someone must have the required permissions for the repository that the item belongs to. Only people with access to a private repository will be able to view project items from that private repository.
2121

2222
![Screenshot showing a project using a table layout. One of the items is marked with a padlock icon, indicating it's hidden, and highlighted with an orange outline.](/assets/images/help/projects-v2/hidden-items.png)
2323

2424
Project admins and organization owners can control project visibility. Organization owners{% ifversion project-visibility-policy %} and enterprise owners{% endif %} can restrict the ability to change project visibility to just organization owners.
2525

26-
In public and private projects, insights are only visible to users with write permissions for the project.
26+
In public{% ifversion ghec %}, internal, {% endif %} and private projects, insights are only visible to users with write permissions for the project.
2727

28-
In private, organization-owned projects, the avatars of users who are current making updates to the project are displayed in the project UI.
28+
In private{% ifversion ghec %} and internal{% endif %} organization-owned projects, the avatars of users who are current making updates to the project are displayed in the project UI.
2929

3030
Project admins can also manage write and admin access to their project and control read access for individual users. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects)."
3131

3232
## Changing project visibility
3333

3434
{% data reusables.projects.project-settings %}
35-
1. Next to **Visibility** in the "Danger zone", select **Private** or **Public**.
35+
1. Next to **Visibility** in the "Danger zone", {% ifversion ghec %}select the visibility.
36+
* If using an {% data variables.enterprise.prodname_emu_enterprise %}, choose between **Private** and **Internal**.
37+
* If your enterprise does not use {% data variables.enterprise.prodname_managed_users %}, choose between **Private** and **Public**.{% else %} select **Private** or **Public**.{% endif %}
3638

3739
## Further reading
3840

0 commit comments

Comments
 (0)