I have a service management workflow that looks like this:
To Do -> In Progress -> Resolved -> Closed
When a ticket is transitioned to Resolved, the JSM agent sets the Resolution field and requests for an approval from the reporter to confirm that solution resolves their ticket.
- If it's approved then the ticket transitions to Closed
- If it's declined then the ticket transitions back to In Progress
The issue I'm facing is that the CSAT survey gets sent out when a ticket gets transitioned to Resolved but we actually want to send it out when a ticket is Closed (after the reporter has approved).
Is there a way to change the timing of when they CSAT survey gets sent out to customers?