Hey everyone,
We just implemented Service Desk and have run into an issue. We primarily have tickets generated via the Email channel. So, if an application is down, we tend to get a lot of emails letting us know. If we bulk close these tickets, without the need to reach out to the user (a company-wide email was sent out notifiying them), we don't really want them to get a survey request. Service Desk Team members are getting low satisfaction scores just because a particular application was down for some time, meanwhile it wasn't because of the service for that particular ticket.
TL;DR - can you modify when the survey requests are sent out?
Thanks!
Hope this is still useful, my situation:
In my case I have two statuses that have a resolution. One called "Resolved" and one called "Closed". For "Resolved"
I want to send a survey to the users so they can evaluate our work, but for "Closed" I don't want to send this survey nor a notification because some issues are not going to be processed or they come from notification e-mails, where i don't want the sender to receive any email back after I set to "Closed".
Both conditions are active in my case
1- Issue Resolution is set
2- Request Resolved notification is enabled
To solve the problem I followed this guide:
And additionally I had to move the "resolution set" to the end of the "post-functions".
After that it works perfectly fine. Hope it helps you.
It seem to be working! That is absolutely fantastic, thanks so much. I was ending up with hopeless workarounds where "closed" statuses did not have a resolution to meet this need. That messed up everything. I love this community! :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not working for me currently. I tried several tests, and it looks like Atlassian has tied the customer survey to trigger when moving into a done status category. Or maybe there is some other condition triggering it. I tried leaving the resolution blank, and the survey still went out.
My current workaround was to create a new status called "Cancelled (No Survey)" and make it into a "To Do" status category. The "In Progress" category would probably work as well. Then when I use the solution presented by @Enrique Gomez everything works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solution seems to work even when using the system event Closed - post function “Fire a Issue Closed event that can be processed by the listeners”. After that there is post function that sets resolution. You can check by looking at Project settings > Customer notifications> Request resolved> Audit log. If SUCCESS does not appear, the satisfaction survey will not be sent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jarrod Mochnick
Satisfaction survey is sent out based upon two conditions :
1- Issue Resolution is set
2- Request Resolved notification is enabled
When an issue is closed (Resolution set) on a transition for which the associated notification event IS NOT "Request Resolved", there should be no Satisfaction survey notification?
You could set up a "resolved" transition with "Request Resolved" event (and a Satsisfaction survey) and a "closed" transition with "Request Closed" event (and no survey at all).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yves Thomas has a point.
I've modified my "Resolve Issue" transition as following and solved the issue:
1. Removed "Resolution" field from the screen, so this field is not set during the transition
2. Added a post-function "Set resolution field to Fixed" just after Event fired
Voila!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not fully understanding this. If I don't want to send a satisfaction setting can I prevent this if a resolution is set?
I have a transition where resolution is set automatic and that triggers a satisfaction setting. Am I doing it wrong? Or can I only prevent this by not setting a resolution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same question as Kent. How are we interrupting the resolution status being set from triggering the "request resolved" notification?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.