1.8 KiB
⚠️ Use of this software is subject to important terms and conditions as set forth in the License file ⚠️
Zendesk Time Tracking app
From the Help Center article:
“The Time Tracking app enables you to monitor how much time you spend on tickets.”
It looks like this:
It also allows admins (and optionally agents) to review the logs:
It also lets people edit their “time spent” before they submit a ticket.
There are a whole bunch of settings, which are documented in Help Center:
Implementation
From a Help Center article about setting up the app:
“When you install Time Tracking, it automatically creates two custom ticket fields, Time spent since last update and Total time spent.”
When the ticket is submitted, the time tracking app sets the “time spent since last update” field to whatever has been timed by the app, and then sets the “total time spent” field to the previous value of that field plus the “time spent since last update” field.
Contributing
Pull requests and bug reports are very welcome ❤️