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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-19 03:09:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-19 03:09:50 +0300
commite2dc98865b89279946cedcad8fcdc138442c6bea (patch)
tree8d1e423cc1b5c67913f4290692f5aa6de57001e3 /doc/api/issue_links.md
parentf3352dd3f1ca21de0b489a97bae45e2e7043e207 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index b6502bf099c..22eb9aeaf7b 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -1,8 +1,11 @@
-# Issue links API **(STARTER)**
+# Issue links API **(CORE)**
+
+> The simple "relates to" relationship [moved](https://gitlab.com/gitlab-org/gitlab/-/issues/212329) to [GitLab Core](https://about.gitlab.com/pricing/) in 13.4.
## List issue relations
-Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).
+Get a list of a given issue's [related issues](../user/project/issues/related_issues.md),
+sorted by the relationship creation datetime (ascending).
Issues will be filtered according to the user authorizations.
```plaintext