- Used Zammad version: 6.2.0-1702655605.5505bf07.jammy
- Used Zammad installation type: Package
- Operating system: Ubuntu
- Browser + version: Chrome 120
Expected behavior:
I have multiple triggers.
- Trigger sets the owner of the ticket based on some parameter
- Trigger calls a webhook when owner is changed
I would like to have the second trigger triggered when the first trigger is done triggering.
Actual behavior:
The second trigger only triggers when manually changing the owner of the ticket. I’m quite sure the first trigger works as expected as the owner actually is set fine.
Steps to reproduce the behavior:
- Create trigger that sets the owner of a ticket to a particular user based on x
- Create trigger that does y on an owner change
- Create ticket that matches x
- Check if y is done (it’s not in my case)