-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: None
-
Component/s: Templates (T)
-
Environment:Zammad Media Template
-
0.8
Currently the zammad media template will create new tickets for trigger-based events.
With this change, it would be possible to update an existing ticket.
```javascript
// Update ticket for trigger-based events from actions.
if (params.event_source == '0'
&& params.event_value == '1' && Number.isInteger(parseInt(Zammad.params.ticket_id)))
```