summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-19 00:09:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-19 00:09:50 +0000
commite2dc98865b89279946cedcad8fcdc138442c6bea (patch)
tree8d1e423cc1b5c67913f4290692f5aa6de57001e3 /doc/api
parentf3352dd3f1ca21de0b489a97bae45e2e7043e207 (diff)
downloadgitlab-ce-e2dc98865b89279946cedcad8fcdc138442c6bea.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-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