- 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-28-2024 10:51 PM
Hi Atul,
I created INC3933413 and checked. first i assigned ticket to User ITIL and then System Administrator. But in below screen shot few entries are coming with instead these 2 entries.
Thanks
JM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 10:53 PM
every time the incident is assigned to to same user or another user a new line / record will be created in the metric table.
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-28-2024 11:06 PM
Hi Atul,
Got the point. While creating report I want to see the total time spent by an engineer for one ticket.
in below screen shot for Incident: INC3932688 System Administrator worked 2 times and showing 2 different entries. I want the sum of these 2 entries to be shown, total time spent by System Administrator is 3 Minutes for this ticket.
Thanks
JM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 11:15 PM
Metrics will only calculate the time it has been assigned to a user, so not the time they worked on it.
What you want requires a complete custom solution, because it's not available OOB. Even time card management uses different entries for working on a ticket by the same user as different entries, rolling up to a total spend by everyone on that one ticket.
Who gave you this requirement? It sounds like micro management to the fullest. Get back to whoever asked this from you and ask them what they need to know exactly and why, because it will take lots and lots of work and probably even custom tables to store all the data and you still need the agents to put in the values themselves.
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-28-2024 11:34 PM
That sum part, you need to create a report. You can create a DB view of metrics and Incidents and then use that DB view to create the report.
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]
****************************************************************************************************************