Skip to end of banner
Go to start of banner

How to show Average Time to Resolution by Issue Type using a Bar Chart Report

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  1. Create two custom fields in the respective project:

    • Type Of Issue (Text)

    • Time to Resolution in Minutes (Numeric)

  2. Navigate to 'Apps' → 'Reports and Timesheet' → 'Custom Report.'

  3. Select 'Chart' as the report type.

  4. Add the custom field 'Type Of Issue' to the X-axis and apply a filter to the group. For example, it has been grouped by 'Epic.'

    image-20231212-113054-20240415-054307.png

  5. Add another custom field, 'Time to Resolution in Minutes', to the Y-axis. For this, select 'Average' as the aggregation method.

    image-20231212-113136-20240415-054347.png

  6. Write and validate the JQL query based on requirements.

  7. Run the report.

    image-20231212-113325-20240415-054432.pngimage-20231212-113520-20240415-054457.png

  8. It will display the average Time to Resolution by Issue Type "Epic" in a bar chart report.

Make changes in Issue Type as per specific requirements.

 

  • No labels