Zendesk official time-tracking app
Перейти к файлу
Adam Malcontenti-Wilson 52a1996ba4 start migration 2016-02-17 15:20:17 +11:00
dist webpack 2016-02-17 15:19:46 +11:00
src start migration 2016-02-17 15:20:17 +11:00
translations use translations for error message 2016-01-19 16:35:17 +11:00
.eslintrc webpack 2016-02-17 15:19:46 +11:00
.gitignore webpack 2016-02-17 15:19:46 +11:00
LICENSE first commit 2014-04-10 18:09:27 -07:00
README.md Actually write README 2015-02-04 11:23:31 +11:00
package.json webpack 2016-02-17 15:19:46 +11:00
webpack.config.js webpack 2016-02-17 15:19:46 +11:00

README.md

⚠️ 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:

Timetracking App main interface

It also allows admins (and optionally agents) to review the logs:

TT app review screen

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:

TT settings

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 ❤️