Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-06-01 11:20:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-01 11:20:19 +0300
commit8d2b4e02e50f4830f27ad91a0afa1676759fc426 (patch)
treeb0f100777da6232a75ff6210d4f8c9fd70a29b33
parentd68ded2122f899bc0f478253652c4a082c98ec60 (diff)
parent3a7d0fec4b3985a4386bf13a25ea97a725a075dc (diff)
Merge branch 'docs-update-reporter-role' into 'master'
Remove assign merge requests ability from reporter role Closes #44728 See merge request gitlab-org/gitlab-ce!19303
-rw-r--r--doc/user/permissions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 0808e3949be..61dd0fbaed1 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -41,7 +41,8 @@ The following table depicts the various user permission levels in a project.
| View wiki pages | ✓ [^1] | ✓ | ✓ | ✓ | ✓ |
| Pull project code | [^1] | ✓ | ✓ | ✓ | ✓ |
| Download project | [^1] | ✓ | ✓ | ✓ | ✓ |
-| Assign issues and merge requests | | ✓ | ✓ | ✓ | ✓ |
+| Assign issues | | ✓ | ✓ | ✓ | ✓ |
+| Assign merge requests | | | ✓ | ✓ | ✓ |
| Label issues and merge requests | | ✓ | ✓ | ✓ | ✓ |
| Create code snippets | | ✓ | ✓ | ✓ | ✓ |
| Manage issue tracker | | ✓ | ✓ | ✓ | ✓ |