Commit 6dec61ad authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'docs-issues-api-starter' into 'master'

Remove Starter references from Issues API page

See merge request gitlab-org/gitlab!61537
parents adee6384 825bb511
...@@ -27,7 +27,7 @@ When requested across groups or projects, it's expected to be the same as the `f ...@@ -27,7 +27,7 @@ When requested across groups or projects, it's expected to be the same as the `f
## List issues ## List issues
> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9. > Moved `weight` to GitLab Premium in 13.9.
Get all issues the authenticated user has access to. By default it Get all issues the authenticated user has access to. By default it
returns only issues created by the current user. To get all issues, returns only issues created by the current user. To get all issues,
...@@ -233,7 +233,7 @@ that closed the issue still exists. ...@@ -233,7 +233,7 @@ that closed the issue still exists.
## List group issues ## List group issues
> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9. > Moved `weight` to GitLab Premium in 13.9.
Get a list of a group's issues. Get a list of a group's issues.
...@@ -437,7 +437,7 @@ the issue still exists. ...@@ -437,7 +437,7 @@ the issue still exists.
## List project issues ## List project issues
> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9. > Moved `weight` to GitLab Premium in 13.9.
Get a list of a project's issues. Get a list of a project's issues.
...@@ -972,7 +972,7 @@ the issue still exists. ...@@ -972,7 +972,7 @@ the issue still exists.
## New issue ## New issue
> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9. > Moved `weight` to GitLab Premium in 13.9.
Creates a new project issue. Creates a new project issue.
...@@ -1127,7 +1127,7 @@ See [Issues rate limits](../user/admin_area/settings/rate_limit_on_issues_creati ...@@ -1127,7 +1127,7 @@ See [Issues rate limits](../user/admin_area/settings/rate_limit_on_issues_creati
## Edit issue ## Edit issue
> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9. > Moved `weight` to GitLab Premium in 13.9.
Updates an existing project issue. This call is also used to mark an issue as Updates an existing project issue. This call is also used to mark an issue as
closed. closed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment