2019-09-04 21:01:54 +05:30
|
|
|
---
|
|
|
|
type: reference
|
|
|
|
---
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2019-09-30 21:07:59 +05:30
|
|
|
# Contribution Analytics **(STARTER)**
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2019-10-12 21:52:04 +05:30
|
|
|
> - Introduced in [GitLab Starter](https://about.gitlab.com/pricing/) 8.3.
|
2019-12-04 20:38:33 +05:30
|
|
|
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/3090) for subgroups in GitLab 12.2.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
With Contribution Analytics you can get an overview of the following activity in your
|
|
|
|
group:
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
- Issues
|
|
|
|
- Merge requests
|
|
|
|
- Push events
|
|
|
|
|
|
|
|
To view the Contribution Analytics, go to your group's **Overview > Contribution Analytics**
|
|
|
|
page.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
## Use cases
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
- Analyze your team's contributions over a period of time, and offer a bonus for the top
|
2019-09-30 21:07:59 +05:30
|
|
|
contributors.
|
2019-09-04 21:01:54 +05:30
|
|
|
- Identify opportunities for improvement with group members who may benefit from additional
|
2019-09-30 21:07:59 +05:30
|
|
|
support.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
## Using Contribution Analytics
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
There are three main bar graphs that illustrate the number of contributions per group
|
|
|
|
member for the following:
|
|
|
|
|
|
|
|
- Push events
|
|
|
|
- Merge requests
|
|
|
|
- Closed issues
|
|
|
|
|
|
|
|
Hover over each bar to display the number of events for a specific group member.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
![Contribution analytics bar graphs](img/group_stats_graph.png)
|
|
|
|
|
|
|
|
## Changing the period time
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
You can choose from the following three periods:
|
|
|
|
|
|
|
|
- Last week (default)
|
|
|
|
- Last month
|
|
|
|
- Last three months
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
Select the desired period from the calendar dropdown.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
![Contribution analytics choose period](img/group_stats_cal.png)
|
|
|
|
|
|
|
|
## Sorting by different factors
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
Contributions per group member are also presented in tabular format. Click a column header to sort the table by that column:
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2019-09-30 21:07:59 +05:30
|
|
|
- Member name
|
|
|
|
- Number of pushed events
|
|
|
|
- Number of opened issues
|
|
|
|
- Number of closed issues
|
|
|
|
- Number of opened MRs
|
|
|
|
- Number of accepted MRs
|
|
|
|
- Number of total contributions
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
![Contribution analytics contributions table](img/group_stats_table.png)
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
<!-- ## Troubleshooting
|
|
|
|
|
|
|
|
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
|
|
|
|
one might have when setting this up, or when something is changed, or on upgrading, it's
|
|
|
|
important to describe those, too. Think of things that may go wrong and include them here.
|
|
|
|
This is important to minimize requests for support, and to avoid doc comments with
|
|
|
|
questions that you know someone might ask.
|
|
|
|
|
|
|
|
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
|
|
|
|
If you have none to add when creating a doc, leave this section in place
|
|
|
|
but commented out to help encourage others to add to it in the future. -->
|