handesk icon indicating copy to clipboard operation
handesk copied to clipboard

Ticket Type's & External API Notifications

Open jdc1898 opened this issue 6 years ago • 0 comments

The release contains support for creating ticket types and send outbound API calls.

A type may be "normal" meaning that the created_at and updated_at timestamps are used to calculate the MTTR or "trackable" which will allow a user to pause and resume time while working on a task. This gives the admin the flexibility to use tickets as a vehicle to perform time studies and get a more accurate look into MTTR.

The ApiSendNotification system allows an admin to send outbound REST API calls when the following events occur.

  • New ticket is created
  • A comment is made on a ticket
  • A ticket's status is chenged.

jdc1898 avatar Mar 19 '19 14:03 jdc1898