Commit da6a63fc authored by Evan Read's avatar Evan Read

Merge branch 'update-cycle-analytics-docs-with-duration-chart' into 'master'

Add cycle analytics duration chart to docs

See merge request gitlab-org/gitlab!21631
parents e377eec6 811df0d6
......@@ -153,6 +153,27 @@ A few notes:
cycles, calculate their median time and the result is what the dashboard of
Cycle Analytics is showing.
## Days to completion chart
> [Introduced](https://gitlab.com/gitlab-org/gitlab/merge_requests/21631) in GitLab 12.6.
This chart visually depicts the total number of days it takes for cycles to be completed.
This chart uses the global page filters for displaying data based on the selected
group, projects, and timeframe. In addition, specific stages can be selected
from within the chart itself.
### Enabling chart
By default, this chart is disabled for self-managed instances. To enable it, ask an
administrator with Rails console access to run the following:
```ruby
Feature.enable(:cycle_analytics_scatterplot_enabled)
```
This chart is enabled by default on GitLab.com.
## Permissions
The current permissions on the Project Cycle Analytics dashboard are:
......
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