Commit b5862567 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'move-doc-contribution-analytics' into 'master'

Docs: move contributor analytics doc to correct location

See merge request gitlab-org/gitlab-ee!3712
parents 5722f7b7 7e06b5f5
......@@ -64,6 +64,7 @@ Shortcuts to GitLab's most visited docs:
- [Groups](user/group/index.md): Organize your projects in groups.
- [Subgroups](user/group/subgroups/index.md)
- **(EEU)** [Epics](user/group/epics/index.md)
- **(EES/EEP)** [Contribution Analytics](user/group/contribution_analytics/index.md): See detailed statistics of group contributors.
- [Search through GitLab](user/search/index.md): Search for issues, merge requests, projects, groups, todos, and issues in Issue Boards.
- **(EES/EEP)** [Advanced Global Search](user/search/advanced_global_search.md): Leverage Elasticsearch for faster, more advanced code search across your entire GitLab instance.
- **(EES/EEP)** [Advanced Syntax Search](user/search/advanced_search_syntax.md): Use advanced queries for more targeted search results.
......@@ -71,7 +72,6 @@ Shortcuts to GitLab's most visited docs:
- [Wikis](user/project/wiki/index.md): Enhance your repository documentation with built-in wikis.
- [GitLab Pages](user/project/pages/index.md): Build, test, and deploy your static website with GitLab Pages.
- **(EEP)** [GitLab Service Desk](user/project/service_desk.md): A simple way to allow people to create issues in your GitLab instance without needing their own user account.
- **(EES/EEP)** [Contribution Analytics](analytics/contribution_analytics.md): See detailed statistics of projects' contributors.
### Repository
......
# Analytics
- [Contribution Analytics](contribution_analytics.md)
- (EE) [Burndown charts](../user/project/milestones/index.md#burndown-charts)
This document was moved to [another location](../user/group/index.md#user-contribution-analysis-ees-eep)
# Contribution Analytics
>**Note:**
This feature was introduced in [GitLab Enterprise Edition Starter][ee] 8.3.
Track your team members' activity across your organization.
## Overview
With contribution analytics you can have an overview for the activity of
issues, merge requests and push events of your organization and its members.
The analytics page is located at **Group > Contribution Analytics**
under the URL `/groups/<groupname>/analytics`.
## Use-cases
- Analyze your team's contributions along a period of time and offer a bonus
for the top contributors
- If you are unhappy with a particular team member, you can use the analytics
as argument for demanding efficiency from this person
## Using Contribution Analytics
There are three main bar graphs that are deducted from the number of
contributions per group member. These contributions include push events, merge
requests and closed issues. Hovering on each bar you can see the number of
events for a specific member.
![Contribution analytics bar graphs](img/group_stats_graph.png)
## Changing the period time
There are three periods you can choose from: 'Last week', 'Last month' and
'Last three months'. The default is 'Last week'.
You can choose which period to display by using the dropdown calendar menu in
the upper right corner.
![Contribution analytics choose period](img/group_stats_cal.png)
## Sorting by different factors
Apart from the bar graphs you can also see the contributions per group member
which are depicted in a table that can be sorted by:
* 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
![Contribution analytics contributions table](img/group_stats_table.png)
[ee]: https://about.gitlab.com/gitlab-ee/
This document was moved to [another location](../user/group/contribution_analytics/index.md).
# Contribution Analytics
>**Note:**
This feature was introduced in [GitLab Enterprise Edition Starter][ee] 8.3.
Track your team members' activity across your organization.
## Overview
With contribution analytics you can have an overview for the activity of
issues, merge requests and push events of your organization and its members.
The analytics page is located at **Group > Contribution Analytics**
under the URL `/groups/<groupname>/analytics`.
## Use-cases
- Analyze your team's contributions along a period of time and offer a bonus
for the top contributors
- If you are unhappy with a particular team member, you can use the analytics
as argument for demanding efficiency from this person
## Using Contribution Analytics
There are three main bar graphs that are deducted from the number of
contributions per group member. These contributions include push events, merge
requests and closed issues. Hovering on each bar you can see the number of
events for a specific member.
![Contribution analytics bar graphs](img/group_stats_graph.png)
## Changing the period time
There are three periods you can choose from: 'Last week', 'Last month' and
'Last three months'. The default is 'Last week'.
You can choose which period to display by using the dropdown calendar menu in
the upper right corner.
![Contribution analytics choose period](img/group_stats_cal.png)
## Sorting by different factors
Apart from the bar graphs you can also see the contributions per group member
which are depicted in a table that can be sorted by:
* 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
![Contribution analytics contributions table](img/group_stats_table.png)
[ee]: https://about.gitlab.com/gitlab-ee/
......@@ -277,6 +277,12 @@ for the group (GitLab admins only, available in [GitLab Enterprise Edition Start
- **Pipelines quota**: keep track of the
[pipeline quota](../admin_area/settings/continuous_integration.md) for the group
## User contribution analysis (EES/EEP)
With [GitLab Contribution Analytics](contribution_analytics/index.md)
you have an overview of the contributions (pushes, merge requests,
and issues) performed my your group members.
[permissions]: ../permissions.md#permissions
[reserved]: ../reserved_names.md
[ee]: https://about.gitlab.com/products/
......@@ -9,6 +9,6 @@
= _('Track activity with Contribution Analytics.')
%p
= _('With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members.')
= link_to _('Read more'), help_page_path('user/analytics/contribution_analytics.md'), target: '_blank'
= link_to _('Read more'), help_page_path('user/group/contribution_analytics/index.md'), target: '_blank'
= render 'shared/promotions/promotion_link_project'
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