How to categorize various X-axis points into user-defined new points within the chart report utilizing the Reports and Timesheets for Jira app

This article helps you display a report with user-derived points based on X-axis points in the chart view.

Instructions

Create a Calculated field that groups different X-axis points into user-derived points

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to My Area and click the My Calculated Fields option. Click on Create New Field.

    image-20240325-110412.png

     

  3. Create a Calculated field to combine different points on the X-axis based on the user's preference.

    For example, here we have grouped sprint names (Sprint 1.2, Sprint 1.3) as Sprint Group 1, (Sprint 2.1, Sprint 2.2) as Sprint Group 2, (Sprint 3.1) as Sprint Group 3.

Create a Custom Report

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to New Report and select Custom Reports.

  3. Select view type as Chart.

  4. Add the calculated field Grouping X axis (sprint names) (refer to the above steps to create a calculated field) and also add a field (Count of issues) on the Y-axis to view the result.

  5. Write a JQL as per the requirement.

  6. Run the report to see the results.