Hi all.
I’m new to both FreshService and this community. Already tried browsing through lots of other threads and FAQ’s but can’t seem to find what I need (in a wording I understand, at least. I’m a coordinator, not a developer..)
I’ve created a workflow that triggers when a caller responds to a ticket.
The workflow notifies the agent and changes ticket status to “in progress”.
I would like another condition added, so that the workflow does trigger when caller responds to a ticket closed by an agent (or in status pending), but not if he/she responds to a ticket and then closes it themselves.
I’ve tried to work with the advanced expression builder for the conditions, based on what I found in other threads, but I don’t get the syntax so I can’t get that to work either.
What I think I need is a workflow that:
1: triggers when a public note or reply is added by requestor
2: checks if ticket status is closed and status is changed by requestor
3: notifies agent
4: If check in “step 2” is true (closed, changed by requestor): Stop workflow.
-if check in “step 2” is false (any status, but NOT changed by requestor): update status to In Progress.
If I need to use the advanced expression builder, please remember that this will be my first time ever working with something like that
Thanks in advance.