This article assists in creating a bar chart report that analyzes the average resolution times for various types of issues.
\uD83D\uDCD8 Instructions
Follow the steps:
Create two custom fields in the respective a project:
Type Of Issue (Text)
Time to Resolution in Minutes (Numeric)
Navigate to 'Apps' → 'Reports and Timesheet' → 'Custom Report.'
Select 'Chart' as the report type.
Add the custom field 'Type Of Issue' to the X-axis and apply a filter to the group. For example, it has been is grouped by 'Epic.'
Add another custom fieldf ‘ld, 'Time to Resolution in Minutes', Min’ to the Y-axis. For this, select 'Average' as the aggregation method.
Write and validate the JQL query based on requirements.
Run the report.
It will display displays the average Time to Resolution by Issue Type "Epic" in a bar chart report.
Info |
---|
|