Hello guys,
I’m facing a strange behavior. I think it’s an issue but I would like to explain it so you can confirm it.
Configuration:
- Workflow
- Ticket
- Trigger : “If teammate changes the state of a ticket”
From the API, I’m changing the ticket state.
I have a workflow where one ticket state leads to a Reply step. If no answer is given from the customer, not any other possible path is used when trigger is made.
Ticket state is changed but trigger is not done.
Here is an example. When ticket state is changed “waiting_for_check_in2” message “Reminder check-in 2 (30min)” should be sent. It’s not.


It really sounds like a bug to me. It’s not written anywhere (at my knowledge) that “Reply” step is blocking any new trigger.
What do you think?