- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2020 05:04 AM
Hi,
Can anybody tell me what is MTTR report?? And possible types and ways of that report.
I am confused between the duration of ticket from create to resolve report and MTTR Report.
Thanks,
Vaishnavi
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2020 05:12 AM
Hello Vaishnavi
MTTR Means Mean Time to Resolution
Mean time to repair (MTTR) is a maintenance metric that measures the average time required to troubleshoot and repair failed equipment. It reflects how quickly an organization can respond to unplanned breakdowns and repair them.
You Can Generate MTTR BY
Create a duration metric for the Opened to Resolved time. Then you'll be able to report on time to resolution (recovery).
Another way to approach it is to use Task Outage records for recording the outage time for a CI.
an effective way of creating Business Report MTTR
A simple solution is to report off of the Business Duration field. The mark_resolved business rule on the incident table updates the Business Duration and the Business Resolve Time fields by calculating the duration between the opened and resolved dates. Business Duration stores the value as a duration and Business Resolve Time stores the value as an integer representation of the number of seconds.
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2020 05:12 AM
Hello Vaishnavi
MTTR Means Mean Time to Resolution
Mean time to repair (MTTR) is a maintenance metric that measures the average time required to troubleshoot and repair failed equipment. It reflects how quickly an organization can respond to unplanned breakdowns and repair them.
MTTR = (Sum of Business resolve duration of all incidents) / Total number of incidents
You will need to create a metrics and write this calculation
You Can Generate MTTR BY
Create a duration metric for the Opened to Resolved time. Then you'll be able to report on time to resolution (recovery).
Another way to approach it is to use Task Outage records for recording the outage time for a CI.
an effective way of creating Business Report MTTR
A simple solution is to report off of the Business Duration field. The mark_resolved business rule on the incident table updates the Business Duration and the Business Resolve Time fields by calculating the duration between the opened and resolved dates. Business Duration stores the value as a duration and Business Resolve Time stores the value as an integer representation of the number of seconds.
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 02:34 AM
Hi All,
Is it possible to generate MTTR for SC_TASK table. If so, could you share some steps to generate a report.
Regards,
Surjith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2021 06:21 AM
I know this is a late post, but do you have an example of how I can create a report of the MTTR for sc_tasks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2024 04:48 AM
Hello, I looked at your response to the original question. How do you get on that screen with a filter for the trend field, etc. showing in your attached image?
MTTR = (Sum of Business resolve duration of all incidents) / Total number of incidents
You will need to create a metrics and write this calculation