I want to ask, if it is possible to change the ticket state with a trigger to “open”, if an agent updates a ticket (writes an internal note or something like that) and the agent is not the owner of the ticket.
Not every agent has the ticket where he is the owner opened in the ticket tab. Most agents look at the ticket state and will not do anything, if the state is “in progress”. So i want an trigger like the behaviour, if a customer updates the ticket via email.
Name: customer_replied_via_mail
Conditions
ticket → action | is | updated
article → type | is | mail
article → Sender | is | customer
ticket → state | is not | open
I’m sorry for this
we’re using the german version, so some names are a bit different
I thought sender would be the same.
could you tell me the actual name?
or what settings did you use actually?
I’m still learning zammad too
I also use the german version, the name “sender” is the same in both languages. With “corrections” i’ve meant the conditions for the update triggering. If a customer replies to a ticket, there is a default trigger, which opens the ticket. So i have to set a trigger for the “Updated by agent-condition AND not updated by owner”.