Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-05-05 15:21:46 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-05 15:21:46 +0300
commit5ddfa5765ec405b54294de58b95bf544a8458e3e (patch)
treebdc7a620094a86927d99b1d8be0c600bda20b5c4 /doc/user/group/issues_analytics/index.md
parent23c195d21508260241323c1b0204f1de070e8073 (diff)
Docs: Merge EE doc/​user/group to CE
Diffstat (limited to 'doc/user/group/issues_analytics/index.md')
-rw-r--r--doc/user/group/issues_analytics/index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/group/issues_analytics/index.md b/doc/user/group/issues_analytics/index.md
new file mode 100644
index 00000000000..cf53d7423a6
--- /dev/null
+++ b/doc/user/group/issues_analytics/index.md
@@ -0,0 +1,16 @@
+# Issues Analytics **[PREMIUM]**
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/7478) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.5.
+
+GitLab by default displays a bar chart of the number of issues created each month, for the
+current month, and 12 months prior, for a total of 13 months.
+
+You can change the total number of months displayed by setting a URL parameter.
+For example, `https://gitlab.com/groups/gitlab-org/-/issues_analytics?months_back=15`
+would show a total of 15 months for the chart in the GitLab.org group.
+
+The **Search or filter results...** field can be used for filtering the issues by any attribute. For example, labels, assignee, milestone, and author.
+
+To access the chart, navigate to a group's sidebar and select **Issues > Analytics**.
+
+![Issues created per month](img/issues_created_per_month.png)