Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Solvent LLC Offline
Member
 
Posts: 59
Join Date: Jul 2007
Arrow Don't want customers who reply back "thanks" to cause the Ticket to reopen - 25-07-2007, 08:20 PM

I disabled the "Default Ticket Status for Client Reply" under Admin CP->Settings->Tickets because I dont want customers who reply to closed tickets to "reopen" those tickets just because they replied back "thank you" or something like that.

Then I set up a parser rule that says "if its a custmer reply, and the ticket is NOT closed, then set status = awaiting staff reply". This works PERFECTLY as long as the customer does everything via email. BUT, if they log into the eSupport site and reply that way, then the status stays at "awaiting customer reply"-- it doesn't change.

How can I set up my Kayako so that replies from customers via the eSupport site change the status to "awaiting staff reply" similar to the way its done via the mail parser? Or is there a better way to handle this.

BASICALLY I JUST DONT WANT CUSTOMERS TO RE-OPEN TICKETS AFTER I CLOSE THEM JUST BECAUSE THEY REPLIED BACK ONE OR 2-WORDS "THANKS" etc.
   
Reply With Quote
  (#2) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
25-07-2007, 09:19 PM

Perhaps you can be rude to your customers. That way they won't thank you :P :P

Unfortunately, the parser rules only applies to replies sent by mail. I think there should be some kind of filter for replies added via the web frontend.

I have solved this with a change in the template. If the customer click on the "post reply" button on a ticket that is closed, a javascript confirm dialog alerts the user that the ticket is closed.
   
Reply With Quote
  (#3) Old
Solvent LLC Offline
Member
 
Posts: 59
Join Date: Jul 2007
26-07-2007, 12:50 AM

Hmm that is not bad... was it difficult to make this change? Would you be open to sharing it?? I would like to have a similar system........
   
Reply With Quote
  (#4) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA
26-07-2007, 05:08 AM

I'd be interested also!

Any way to wrap a date around the closed check?

e.g. If ticket = closed and days since closed > 3, then make them open a new ticket

else

re-open the existing one

?

I could really use something like that to keep them from messing with my sla numbers.

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#5) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
26-07-2007, 09:17 AM

From the viewticket template:

Code:
<input style="cursor:pointer" type="button" name="postreply" value="<{$language[vtpostreply]}>" onClick="<{if $ticket[status] == "Name of your closed status"}>if (confirm('Message to the user'))<{/if}>window.location.href='<{$baseurl}>_m=tickets&_a=postreply&ticketid=<{$ticket[ticketid]}>';" />
   
Reply With Quote
  (#6) Old
Solvent LLC Offline
Member
 
Posts: 59
Join Date: Jul 2007
26-07-2007, 03:17 PM

Thanks! I'm certainly going to give that a try!

Now if only there was a solution for the mail-parser side of things.....I tried making a rule that if users reply to a closed tkt it stays closed, but the Status-Changer setting from the tickets module seems to override it.

I'm sure its probably an easy patch, if you know php (which I dont). anybody?
   
Reply With Quote
  (#7) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,279
Join Date: Apr 2007
Location: Toronto Canada
26-07-2007, 03:19 PM

Quote:
Originally Posted by Solvent LLC View Post
Thanks! I'm certainly going to give that a try!

Now if only there was a solution for the mail-parser side of things.....I tried making a rule that if users reply to a closed tkt it stays closed, but the Status-Changer setting from the tickets module seems to override it.

I'm sure its probably an easy patch, if you know php (which I dont). anybody?
I just applied the setting through mail parser (rules) and it worked. You have to ensure that the ticket is "ignored". If you enable the contents of the email to be added to the ticket then the status will change. I tested the rule and it worked.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#8) Old
Solvent LLC Offline
Member
 
Posts: 59
Join Date: Jul 2007
26-07-2007, 03:22 PM

Okay but then the email gets completely lost? thats no good either- what if it contains important information?
   
Reply With Quote
  (#9) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,279
Join Date: Apr 2007
Location: Toronto Canada
26-07-2007, 03:39 PM

Quote:
Originally Posted by Solvent LLC View Post
Okay but then the email gets completely lost? thats no good either- what if it contains important information?
Well I did it such that an email goes to the user stating something like "thank you for contact so and so, however your ticket has been closed, please contact us via SC or call us at xxxx to re-open/submit a new ticket"

At least that way the user knows that his email didn't go through.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#10) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,279
Join Date: Apr 2007
Location: Toronto Canada
23-08-2007, 12:09 AM

Quote:
Originally Posted by eiden View Post
From the viewticket template:

Code:
<input style="cursor:pointer" type="button" name="postreply" value="<{$language[vtpostreply]}>" onClick="<{if $ticket[status] == "Name of your closed status"}>if (confirm('Message to the user'))<{/if}>window.location.href='<{$baseurl}>_m=tickets&_a=postreply&ticketid=<{$ticket[ticketid]}>';" />
Where do we add this line of code? Anywhere?


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#11) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,279
Join Date: Apr 2007
Location: Toronto Canada
05-04-2008, 02:35 PM

Bump

Where do we add that line of code in the template?


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
Reply

Tags
customers, reopen, ticket

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Client Reply is not setting ticket back to OPEN NC Software SupportSuite, eSupport and LiveResponse 4 06-08-2006 04:19 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46