diff options
author | cynthiabethea <108268296+cynthiabethea@users.noreply.github.com> | 2022-09-01 12:09:16 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-09-01 20:03:03 +0000 |
commit | 92bfec8868ca72b2513796c4878cfaad8cfc6a91 (patch) | |
tree | ed3fed373e61f022e68f42b5bf29ee397364bb26 /server/sonar-docs/src/pages/project-administration | |
parent | c387c2946110c1e1fe934efe6bed1d2795106b89 (diff) | |
download | sonarqube-92bfec8868ca72b2513796c4878cfaad8cfc6a91.tar.gz sonarqube-92bfec8868ca72b2513796c4878cfaad8cfc6a91.zip |
DOC-82 Correct the browse permissions description (#6570)
Diffstat (limited to 'server/sonar-docs/src/pages/project-administration')
-rw-r--r-- | server/sonar-docs/src/pages/project-administration/project-existence.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/project-existence.md b/server/sonar-docs/src/pages/project-administration/project-existence.md index 8a3e49ee1c5..b7d030b25bd 100644 --- a/server/sonar-docs/src/pages/project-administration/project-existence.md +++ b/server/sonar-docs/src/pages/project-administration/project-existence.md @@ -20,7 +20,7 @@ The **[Projects Management](/#sonarqube-admin#/admin/projects_management/)** sea ## How do I lock down permissions on a project? (Private vs Public) By default, any newly created project will be considered "Public". It means every SonarQube user, authenticated or not, will be able to: -* **Browse**: Access a project, browse its measures, issues and perform some issue edits (confirm/resolve/reopen, assignment, comment). +* **Browse**: Access a project, browse its measures, issues and perform some issue edits (confirm, assignment, comment). * **See Source Code**: View the project's source code. If you want to be sure only a limited list of Groups and Users can see the project, you need to mark it Private. Once a project is private you will be able to define which Groups and Users can **Browse** the project or **See Source Code**. |