diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2022-01-10 15:54:12 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-20 20:02:43 +0000 |
commit | 909f541126ef96a88208784762e5318019a4406e (patch) | |
tree | c6a07af6e843194188f3db7503cdc22d1f46ad73 | |
parent | 110208dd8037b2cbf63df1ae17fb523c057d2046 (diff) | |
download | sonarqube-909f541126ef96a88208784762e5318019a4406e.tar.gz sonarqube-909f541126ef96a88208784762e5318019a4406e.zip |
SONAR-15883 Explain Portfolio permissions
-rw-r--r-- | server/sonar-docs/src/pages/project-administration/managing-portfolios.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/managing-portfolios.md b/server/sonar-docs/src/pages/project-administration/managing-portfolios.md index 1a6c3d4810d..25e70e13228 100644 --- a/server/sonar-docs/src/pages/project-administration/managing-portfolios.md +++ b/server/sonar-docs/src/pages/project-administration/managing-portfolios.md @@ -18,6 +18,9 @@ Users with the Create Portfolios permission and global administrators can create ### Editing Portfolios Users need to have either **Administer** permissions for any Portfolios that they want to edit or the global **Administer System** permission. +[[info]] +|Giving a user **Administer** permission to an existing portfolio that was created using manual selection allows that user to see all project names and keys for the projects in the Portfolio, even if the user doesn't have access to those projects. + ## Populating Portfolios After you've created a portfolio, you can populate it with projects, applications, and other portfolios. |