Zendesk official time-tracking app
Перейти к файлу
Ricardo Arango ea2398dbe6 Added a setting to also hide the app from Admin users 2016-08-06 11:35:47 +01:00
assets screenshots for marketplace 2015-09-14 15:07:59 +10:00
templates Hide timelogs for new tickets 2014-06-18 15:52:33 +10:00
translations Added a setting to also hide the app from Admin users 2016-08-06 11:35:47 +01: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
app.css Add a small bottom padding 2014-06-18 20:09:16 +02:00
app.js Added a setting to also hide the app from Admin users 2016-08-06 11:35:47 +01:00
manifest.json Added a setting to also hide the app from Admin users 2016-08-06 11:35:47 +01:00
requirements.json renaming requirements 2014-06-02 15:03:52 -07: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 ❤️