Commit b9a8d445 authored by Mike Jang's avatar Mike Jang

Merge branch 'vsa-add-path-navigation-to-docs' into 'master'

[Value Stream Analytics] Add stage path to docs

See merge request gitlab-org/gitlab!31850
parents 21c5ba89 a7d5d0f6
......@@ -169,6 +169,21 @@ development workflow.
NOTE: **Note:**
Customizability is [only available for group-level](https://gitlab.com/gitlab-org/gitlab/-/issues/35823#note_272558950) Value Stream Analytics.
### Stage path
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210315) in GitLab 13.0.
Stages are visually depicted as a horizontal process flow. Selecting a stage will update the
the content below the value stream.
This is disabled by default. If you have a self-managed instance, an
administrator can [open a Rails console](../../administration/troubleshooting/navigating_gitlab_via_rails_console.md)
and enable it with the following command:
```ruby
Feature.enable(:value_stream_analytics_path_navigation)
```
### Adding a stage
In the following example we're creating a new stage that measures and tracks issues from creation
......
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