2020-11-20 13:09:37 -05:00
---
type: reference
stage: Manage
group: Optimize
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-11-20 13:09:37 -05:00
---
2022-01-12 13:13:20 -05:00
# Issue analytics for projects **(PREMIUM)**
2020-11-20 13:09:37 -05:00
2021-10-12 14:12:42 -04:00
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/196561) in GitLab 12.9.
2020-11-20 13:09:37 -05:00
2022-01-12 13:13:20 -05:00
Issue analytics is a bar graph which illustrates the number of issues created each month.
2021-01-26 19:08:53 -05:00
The default time span is 13 months, which includes the current month, and the 12 months
2020-11-20 13:09:37 -05:00
prior.
2021-08-30 14:10:36 -04:00
To access the chart:
1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select **Analytics > Issue** .
2020-11-20 13:09:37 -05:00
Hover over each bar to see the total number of issues.
To narrow the scope of issues included in the graph, enter your criteria in the
**Search or filter results...** field. Criteria from the following list can be typed in or selected from a menu:
- Author
- Assignee
- Milestone
- Label
- My reaction
- Weight
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`
shows a total of 15 months for the chart in the GitLab.org group.
2022-02-15 13:14:39 -05:00
![Issues created per month ](img/issues_created_per_month_v14_8.png )
2020-11-20 13:09:37 -05:00
## Drill into the information
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/196547) in GitLab 13.1.
You can examine details of individual issues by browsing the table
located below the chart.
The chart displays the top 100 issues based on the global page filters.
![Issues table ](img/issues_table_v13_1.png )