# Verified Distribution

This report shows the number of issues that transitioned to a verified state within a specified time frame. To match the built-in filter, the value in a field that stores a `state` type must change from any value to a value that contains the case-insensitive strings `verify` or `verifi`.

This report is designed specifically to track issues that are verified by a quality assurance team.

## Prerequisites

To use this report, check the projects you want to track for the following criteria:

* Each project uses the same custom field to store a `state` type.

* The set of values for the `state`-type field contains one or more values that match the built-in filter. The default set of values for the State field includes the value Verified. Values like Without Verification also match the filter.

If you want to generate a report that shows the distribution of issues for each user who verified the issue, you have a few options:

* Assign each issue to the user who verifies the fix and select Assignee for the Group by setting.

* Use a dedicated custom field to store the user who verifies the fix. For example, Verified by. Then select this field for the Group by setting.

## Create a Verified Distribution Report

Procedure: To create a verified distribution report:

> **Tip:**
> Requires membership in a group where the Reports feature is active and the Read Project Basic permission in all projects covered by the report.

1. From the main navigation menu, select ![](https://resources.jetbrains.com.cn/help/img/youtrack/2026.2/reports.svg) Reports.

2. Click the New report button.

3. Click the link for the Verified distribution report.

4. In the settings page for the report, set the parameters for the new report.

To learn more about the settings for this report, refer to the [settings](#settings).

5. When you are finished with the report settings, click the Create report button.

* The report is sent to the processing queue of your YouTrack server.

* When processing is finished, the new report is displayed.

## Settings

Use the following settings to configure this report.

| Setting | Description |
| --- | --- |
| Report name | Assigns the report a name. |
| Projects | Filters the report to display issues from specific projects. The list is limited to projects in which you have the Read Project Basic permission. |
| Issue filter | Filters the report to display issues that are returned by the specified query. The input field provides the same syntax and auto-completion options that are available in the search box. |
| Period | Filters the report to show only issues that transitioned to a verified state within the selected time frame. |
| Automatically Recalculate | Configures periodic recalculation for your report.     * If you select Never, automatic recalculation is disabled. The report can only be recalculated manually.    * If you select any of the other options, YouTrack checks if the selected time period has elapsed when you open the report. If yes, the report is recalculated. You can manually recalculate reports with automatic recalculation enabled at any time.    |
| State | Sets which field is analyzed for changes in value. The built-in filter looks for changes from any value to a value that contains the case-insensitive strings `verify` or `verifi`. The selection is limited to fields that store a `state` type. |
| Group by | Determines which custom field or issue attribute is used to group values in the report. For example, you can group issues by assignee or by project.  |
| Sort order | Sorts the values in the attribute or custom field that is used for the Group by setting. By default, items are sorted by count in descending order. This shows the value that has the highest distribution at the top of the list.     The natural sort order corresponds to the order in which values appear in the set of values for the selected field or attribute. For example, the natural sort order for the updated attribute is chronological by date. The natural sort order for the updater attribute is alphabetical by full name.   |
| Can view and use | Sets the visibility for the report. By default, the report is visible to its owner only.     To share the report with other users, select a group or project team from the list.   |
| Can edit | Determines who has permission to view and edit the report settings.     To let other users update the report settings, select a group or project team from the list.   |

## Example

A report with the following settings displays the total number of issues that were verified last month by each QA Engineer.

| Setting | Value |
| --- | --- |
| Projects | YouTrack |
| Query | -Nobody (excludes issues that store an empty value in the Verified by field) |
| Period | Last Month |
| Group by | Verified by |

![Verified Distribution report comparing verified issue counts by user.](https://resources.jetbrains.com.cn/help/img/youtrack/2026.2/report-verified-distribution.png)

## View a Verified Distribution Report

All reports that you have permission to view are available in a drop-down list in the header of Reports.

Procedure: To view a Verified distribution report:

1. From the main navigation menu, select ![](https://resources.jetbrains.com.cn/help/img/youtrack/2026.2/reports.svg) Reports.

2. Open the drop-down list of reports in the header and select a report.

Reports can also be displayed on YouTrack dashboards with the use of a widget.

For more information, see [Reports Widgets](report-widgets.html).

