The default follow-up state is always being used, if your customer follows up. Usually this is also the behavior you want to have (even if the ticket is in a pending state), because the customer might have critical information to share which might require a ticket re-evaluation and thus priority change etc. This is something Zammad cannot decide for the agent and thus it changes the state back to open (at least in the default).
This is working as designed.
Thank you for your quick response. I’m glad to receive a reply from @MrGeneration.
Just to clarify our intended workflow design: the ticket lifecycle in our case is:
customer inquiry → centralized customer service window (first custom workflow state) → assignment to a technical consultant → technical handling window (second custom workflow state).
Based on this, we were considering splitting the “open” stage into two custom workflow states, for example:
However, just to confirm my understanding: conceptually, this design may be difficult to implement with the current follow-up behavior.
As far as I understand, if we configure “Default for follow-ups” on either of the custom states above, the ticket may be automatically moved to that specific state whenever the customer replies again, regardless of the current workflow step. This could potentially cause the ticket to jump to the wrong custom state and disrupt the intended process.
So in this case, it would be better to avoid using multiple custom “open-like” states for workflow assignment purposes, and instead use another field or attribute to represent the internal assignment stage.
Please let me know if this understanding is correct.