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>2021-05-19 03:10:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 03:10:43 +0300
commitaf8443095f27687bea9c0ecdaefe24e4e01ad3b0 (patch)
treea92485b212407977679067f8df8fdc447ae44882 /doc/api/issues.md
parent039b920db38c464de624710acec581be5a0eb961 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r--doc/api/issues.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index c62733e2d23..acfca50cb5e 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -27,7 +27,7 @@ When requested across groups or projects, it's expected to be the same as the `f
## List issues
-> Moved `weight` to GitLab Premium in 13.9.
+> The `weight` property moved to GitLab Premium in 13.9.
Get all issues the authenticated user has access to. By default it
returns only issues created by the current user. To get all issues,
@@ -233,7 +233,7 @@ that closed the issue still exists.
## List group issues
-> Moved `weight` to GitLab Premium in 13.9.
+> The `weight` property moved to GitLab Premium in 13.9.
Get a list of a group's issues.
@@ -437,7 +437,7 @@ the issue still exists.
## List project issues
-> Moved `weight` to GitLab Premium in 13.9.
+> The `weight` property moved to GitLab Premium in 13.9.
Get a list of a project's issues.
@@ -972,7 +972,7 @@ the issue still exists.
## New issue
-> Moved `weight` to GitLab Premium in 13.9.
+> The `weight` property moved to GitLab Premium in 13.9.
Creates a new project issue.
@@ -1127,7 +1127,7 @@ See [Issues rate limits](../user/admin_area/settings/rate_limit_on_issues_creati
## Edit issue
-> Moved `weight` to GitLab Premium in 13.9.
+> The `weight` property moved to GitLab Premium in 13.9.
Updates an existing project issue. This call is also used to mark an issue as
closed.