- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2024 11:41 PM
Hi Team,
How we can calculate the engineer's productivity on incident ticket.
In below screen shot User ITIL worked from 11:52:43 to 11:58:05.
I want to calculate the all engineers productivity on ticket.
Thanks
JM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 04:39 AM
You can just use the OOB 'assigned_to' metric definition. Copy it and set it to your own field.
Do know that it is very vague what you are trying to accomplish. Assigned_to is an OOB field, doing the same as your custom field. I feel you are creating a lot of technical debt on your instance without a good reason.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 04:39 AM
You can just use the OOB 'assigned_to' metric definition. Copy it and set it to your own field.
Do know that it is very vague what you are trying to accomplish. Assigned_to is an OOB field, doing the same as your custom field. I feel you are creating a lot of technical debt on your instance without a good reason.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 07:21 AM
Sorry for delay in response. What i shared was OOTB and you can use that without any code. Hope that help you.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 06:38 AM
Hi Atul,
I'm trying to create Metric script for below requirement:
For example: First Engineer worked on one ticket for 10 minutes and after that Second Engineer worked on same ticket for 5 minutes, now again First Engineer worked for the same ticket for 10 minutes. For First Engineer duration timing should be show as total 20 minutes for that ticket.
Note: Previous work timings should also get added for engineers.
Thanks
JM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 06:54 AM
No that is not possible, that you need to do manually in excel sheet or when you create the report then group by Assigned TO.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 09:30 AM
Hi Atul,
With below Metric script I'm trying to capture the Engineer's start and end time as per ticket assignment and calculate the duration how much time spent by engineer on ticket.
Thanks
JM