Skip to end of banner
Go to start of banner

WIP: How to calculate the percentage of SLA execution based on the time spent resolving each case.

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

« Previous Version 7 Next »

This article helps you to display a report having the percentage of SLA execution based on the Time spent resolving each case in the list view.

Instructions

Create a Calculated field to convert Time to resolution target in seconds

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to My Area and select the My Calculate field. Click on Create New Field.

    image-20240325-110412.png

  3. Create a Calculated field to convert Time to resolution target in seconds because it shows in milliseconds in reports. We have converted this to seconds, and the Time spent field is in seconds, so the values should match to calculate the percentage in seconds.

image-20240219-070137-20240325-110033.png

Create another calculated field to compute this percentage

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to My Area and select the My Calculate field. Click on Create New Field.

  3. Create another calculated field to compute this percentage. The "time to resolution" field is a calculated field we have created, as mentioned above. The formula here is (Time spent/Time to resolution target)*100

    image-20240219-070245-20240325-110743.png

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 List.

  4. Add fields like Issue key, Time Spent, and Time to resolution target and also add the calculated field Time to resolution target in seconds and SLA percentage to view the result.

  5. Write a JQL as per requirement.

  6. Here, the user logged Time as 1h, 2h, and 3h for the respective issue, and Time to resolution is 16h. So the result is (1/16)*100=6.25 for the user spending 1h toward the goal of 16h.

    image-20240219-070911-20240325-111042.png

Make changes in JQL or fields as per specific requirements.

 

  • No labels