diff options
author | Alexandru Croitor <acroitor@gitlab.com> | 2019-06-12 07:14:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-12 07:14:21 +0000 |
commit | 869c872080eb178d7213dcc7f253c88b270cd8fa (patch) | |
tree | 59f08e81e5f2caf3506c858492d6c45ed1be8328 /doc/user/project/settings | |
parent | 45d86520d1e7a820ba84f446b1c2aeb2a28dd3d8 (diff) | |
download | gitlab-ce-869c872080eb178d7213dcc7f253c88b270cd8fa.tar.gz |
Document when milestones and labels links are missing
Document that milestones and labels are still accesible
through direct links when issues are disabled even if
links are missing in sidebar UI.
Diffstat (limited to 'doc/user/project/settings')
-rw-r--r-- | doc/user/project/settings/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index e3502a632d9..ba890c5ac01 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -26,6 +26,12 @@ Set up your project's access, [visibility](../../../public_access/public_access. ![projects sharing permissions](img/sharing_and_permissions_settings.png) +If Issues are disabled, or you can't access Issues because you're not a project member, then Lables and Milestones +links will be missing from the sidebar UI. + +You can still access them with direct links if you can access Merge Requests. This is deliberate, if you can see +Issues or Merge Requests, both of which use Labels and Milestones, then you shouldn't be denied access to Labels and Milestones pages. + ### Issue settings Add an [issue description template](../description_templates.md#description-templates) to your project, so that every new issue will start with a custom template. |