- Used Zammad version: 3.2.x
- Used Zammad installation source: Debian Package
- Operating system: Ubuntu 18.04
- Browser + version: Firefox 72.0.1
Expected behavior:
- Customer emails support
- New ticket created
- SLA ‘first response’ timer starts
- The following trigger fires and sends auto-response:
- The first response is logged & the first response SLA timer stops
Actual behavior:
At step 5, the first response is not logged:
mysql> SELECT id, title, first_response_at, first_response_escalation_at FROM tickets WHERE id=102;
+-----+-------+-------------------+------------------------------+
| id | title | first_response_at | first_response_escalation_at |
+-----+-------+-------------------+------------------------------+
| 102 | Test | NULL | 2020-03-31 10:38:31.788 |
+-----+-------+-------------------+------------------------------+
So the ticket escalates when the ‘first response’ countdown timer gets to 0