summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-12 07:14:22 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-12 07:14:22 +0000
commit25347c8e91c06fcd1f60eba2cf17873816a450e6 (patch)
tree59f08e81e5f2caf3506c858492d6c45ed1be8328
parent45d86520d1e7a820ba84f446b1c2aeb2a28dd3d8 (diff)
parent869c872080eb178d7213dcc7f253c88b270cd8fa (diff)
downloadgitlab-ce-25347c8e91c06fcd1f60eba2cf17873816a450e6.tar.gz
Merge branch '58984-doc-missing-milestones-and-labels-links' into 'master'
Document when milestones and labels links are missing Closes #58984 See merge request gitlab-org/gitlab-ce!29355
-rw-r--r--changelogs/unreleased/58984-doc-missing-milestones-and-labels-links.yml5
-rw-r--r--doc/user/project/settings/index.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/changelogs/unreleased/58984-doc-missing-milestones-and-labels-links.yml b/changelogs/unreleased/58984-doc-missing-milestones-and-labels-links.yml
new file mode 100644
index 00000000000..6b74303c16e
--- /dev/null
+++ b/changelogs/unreleased/58984-doc-missing-milestones-and-labels-links.yml
@@ -0,0 +1,5 @@
+---
+title: Document when milestones and labels links are missing
+merge_request: 29355
+author:
+type: other
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.