I'm testing process management now and implemented simple process, that close to example in OTRS manual:
http://otrs.github.io/doc/manual/admin/ ... id-1.7.3.4
There is Dynamic Field in the ticket, that track the status of process (almost same as in the example).
I configured customer notification to be send when this DynamicField changes, but there is some strange behavior I need help with:
1) If the in case the agent and customer - different users (not the same user), notification work just perfect, customer receive notification any time the DynamycField changes.
2) In case agent user create new process ticket within customer web-interface (...\customer.pl) so the customer and agent = same user, notification start working completely horrible: the notification sent when ticket pass from "customer" activity to "agent" activity, but no notification on further internal "agent" to "agent" activity.
So my question is - why the notifications not sending on all DynamicField changes in case 2? Because customer = agent? If so, how can I fix this (I need otrs send notifications same way as in case 1). Any help will be highly appreciated!

Thanks!