Commit 52b1023c authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'fneill-update-code-review-analytics' into 'master'

Add View Code Analytics task section to Code Review Analytics

See merge request gitlab-org/gitlab!77846
parents 1f194e56 3645f89a
...@@ -17,16 +17,10 @@ requests, and: ...@@ -17,16 +17,10 @@ requests, and:
- Take action on individual merge requests. - Take action on individual merge requests.
- Reduce overall cycle time. - Reduce overall cycle time.
NOTE:
Initially, no data appears. Data is populated as users comment on open merge requests.
## Overview
Code Review Analytics is available to users with at least the Reporter [role](../permissions.md), and displays a table of open merge requests that have at least one non-author comment. The review time is measured from the time the first non-author comment was submitted. Code Review Analytics is available to users with at least the Reporter [role](../permissions.md), and displays a table of open merge requests that have at least one non-author comment. The review time is measured from the time the first non-author comment was submitted.
To access Code Review Analytics, from your project's menu, go to **Analytics > Code Review**. NOTE:
Initially, no data appears. Data is populated as users comment on open merge requests.
You can filter the list of merge requests by milestone and label.
![Code Review Analytics](img/code_review_analytics_v13_11.png "List of code reviews; oldest review first.") ![Code Review Analytics](img/code_review_analytics_v13_11.png "List of code reviews; oldest review first.")
...@@ -36,6 +30,14 @@ The table is sorted by: ...@@ -36,6 +30,14 @@ The table is sorted by:
or to be broken down into smaller parts. or to be broken down into smaller parts.
- Other columns: Display the author, approvers, comment count, and line change (-/+) counts. - Other columns: Display the author, approvers, comment count, and line change (-/+) counts.
## View Code Review Analytics
To view Code Review Analytics:
1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select **Analytics > Code Review**.
1. Filter merge requests by milestone and label.
## Use cases ## Use cases
This feature is designed for [development team leaders](https://about.gitlab.com/handbook/marketing/strategic-marketing/roles-personas/#delaney-development-team-lead) This feature is designed for [development team leaders](https://about.gitlab.com/handbook/marketing/strategic-marketing/roles-personas/#delaney-development-team-lead)
......
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