Commit b02c2583 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs-scope-stage-labels' into 'master'

Stage labels are now scoped

See merge request gitlab-org/gitlab-ce!28652
parents 23ff34e0 5dc80516
...@@ -92,20 +92,21 @@ Stage labels specify which [DevOps stage][devops-stages] the issue belongs to. ...@@ -92,20 +92,21 @@ Stage labels specify which [DevOps stage][devops-stages] the issue belongs to.
The current stage labels are: The current stage labels are:
- ~"devops:manage" - ~"devops::manage"
- ~"devops:plan" - ~"devops::plan"
- ~"devops:create" - ~"devops::create"
- ~"devops:verify" - ~"devops::verify"
- ~"devops:package" - ~"devops::package"
- ~"devops:release" - ~"devops::release"
- ~"devops:configure" - ~"devops::configure"
- ~"devops:monitor" - ~"devops::monitor"
- ~"devops:secure" - ~"devops::secure"
- ~"devops:defend" - ~"devops::defend"
- ~"devops:enablement" - ~"devops::growth"
- ~"devops::enablement"
These labels should be mutually exclusive. If an issue belongs to multiple
stages, the most relevant should be used. These labels are [scoped labels](../../user/project/labels.md#scoped-labels-premium)
and thus are mutually exclusive.
They differ from the [Team labels](#team-labels) because teams may work on They differ from the [Team labels](#team-labels) because teams may work on
issues outside their stage. issues outside their stage.
...@@ -130,17 +131,15 @@ Examples include: ...@@ -130,17 +131,15 @@ Examples include:
- ~"group::control" - ~"group::control"
- ~"group::editor" - ~"group::editor"
These labels should be mutually exclusive. If an issue belongs to multiple These labels are [scoped labels](../../user/project/labels.md#scoped-labels-premium)
groups, the most relevant should be used. and thus are mutually exclusive.
Groups are nested beneath a particular stage, so only one stage label and one group label Groups are nested beneath a particular stage, so only one stage label and one group label
should be applied to a single issue. You can find the groups listed in the can be applied to a single issue. You can find the groups listed in the
[Product Categories pages][product-categories]. For example, ~"group:control" and [Product Categories pages][product-categories].
~"group:framework" labels can be applied to issues related to the [Manage stage][manage-stage].
[structure-groups]: https://about.gitlab.com/company/team/structure/#groups [structure-groups]: https://about.gitlab.com/company/team/structure/#groups
[product-categories]: https://about.gitlab.com/handbook/product/categories/ [product-categories]: https://about.gitlab.com/handbook/product/categories/
[manage-stage]: https://about.gitlab.com/handbook/product/categories/#manage-stage
## Release Scoping labels ## Release Scoping labels
......
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