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
karr1981 Offline
New Member
 
Posts: 3
Join Date: May 2006
Stopping clients - 12-02-2007, 01:11 PM

Hi, ive searched and dug around and couldnt find a direct answer

I want to be able to stop clients reopening closed tickets, the closest answer i found was from way back

"You can customise the client side templates to not show the reply button if a ticket is closed with an if tag.

In the parser rules you can create a rule to not allow replies to tickets marked as closed."

now can anyone provide info on how to do this

all i can think of is something like this as a parser

"Create a Pre Parse rule with criteria as:

If ticket status = closed

Actions:
Ignore Email
Dont send autoresponder
Reply to user with bounce message "Sorry this ticket is now closed, please submit a new ticket"

would that achieve the aim, if so can someone explain how exactly i enter that as a parser
also im assuming this would only stop ppl reopening via reply to staff email, what about ppl who login to site to add new message to closed ticket?

i guess that would need the client side template modification to remove the "post reply" tab, can anyone advise on that?


Hope someone can help

Last edited by karr1981; 12-02-2007 at 02:09 PM.
   
Reply With Quote
  (#2) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,861
Join Date: Aug 2006
Location: Mumbai, India
12-02-2007, 05:58 PM

This is possible using the Parser Rules. You are on track when it comes to Parser Rules. The rule should be configured something like this:

Is Reply = True
Ticket Status = Closed
Match All Criteria
Pre Parse
Reply to Email = Content
Ignore the Email = Yes
Don't Send Autoresponder Message = Yes
Don't Process Alert Rules = Yes
Don't Tag as Ticket Reply = Yes
Insert

Check if this works. HTH



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
eiden Offline
Member
 
Posts: 234
Join Date: Apr 2006
Location: Norway
13-02-2007, 01:54 AM

I solved it this way:

Code:
<input style="cursor:pointer" type="button" name="postreply" value="<{$language[vtpostreply]}>" onClick="<{if $ticket[status] == "Closed"}>if (confirm('<{$language[confirm_reply]}>'))<{/if}>window.location.href='<{$baseurl}>_m=tickets&_a=postreply&ticketid=<{$ticket[ticketid]}>';" />
   
Reply With Quote
  (#4) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,861
Join Date: Aug 2006
Location: Mumbai, India
13-02-2007, 09:33 AM

Quote:
Originally Posted by eiden
I solved it this way:

Code:
<input style="cursor:pointer" type="button" name="postreply" value="<{$language[vtpostreply]}>" onClick="<{if $ticket[status] == "Closed"}>if (confirm('<{$language[confirm_reply]}>'))<{/if}>window.location.href='<{$baseurl}>_m=tickets&_a=postreply&ticketid=<{$ticket[ticketid]}>';" />
That would be for the templates



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
karr1981 Offline
New Member
 
Posts: 3
Join Date: May 2006
15-02-2007, 09:52 AM

Quote:
Originally Posted by supportskins
That would be for the templates
Do i need to modify one of the existing templates? if so which and where?
   
Reply With Quote
  (#6) Old
eiden Offline
Member
 
Posts: 234
Join Date: Apr 2006
Location: Norway
15-02-2007, 11:14 AM

The templatename is viewticket.
   
Reply With Quote
  (#7) Old
karr1981 Offline
New Member
 
Posts: 3
Join Date: May 2006
15-02-2007, 11:19 AM

Ty, so i just fdrop that coede in at the top, or a particular point, also does it need t oreplace any code in there, or just an addition?

sorry but the code part is way over my head haha
   
Reply With Quote
  (#8) Old
rmaxwell Offline
New Member
 
Posts: 2
Join Date: Feb 2007
22-02-2007, 07:09 PM

Quote:
Originally Posted by supportskins
This is possible using the Parser Rules. You are on track when it comes to Parser Rules. The rule should be configured something like this:

Is Reply = True
Ticket Status = Closed
Match All Criteria
Pre Parse
Reply to Email = Content
Ignore the Email = Yes
Don't Send Autoresponder Message = Yes
Don't Process Alert Rules = Yes
Don't Tag as Ticket Reply = Yes
Insert

Check if this works. HTH
For the condition [reply to email = Content]..Do I simply type the word 'Content' ?
   
Reply With Quote
  (#9) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,861
Join Date: Aug 2006
Location: Mumbai, India
22-02-2007, 09:08 PM

In place of "Content" you can add a message which is sent to the client when they try to update a closed ticket something like:

---------------------------------
Dear Client,

This ticket has been closed and cannot be re-opened. Please open a new support ticket for the issue you are having. Your reply to this ticket has been ignore.

Regards,

Tech Support
---------------------------------

I hope you get the idea



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#10) Old
rmaxwell Offline
New Member
 
Posts: 2
Join Date: Feb 2007
22-02-2007, 10:09 PM

Quote:
Originally Posted by supportskins
In place of "Content" you can add a message which is sent to the client when they try to update a closed ticket something like:

---------------------------------
Dear Client,

This ticket has been closed and cannot be re-opened. Please open a new support ticket for the issue you are having. Your reply to this ticket has been ignore.

Regards,

Tech Support
---------------------------------

I hope you get the idea
Thanks for the reply..I thought that's what you meant. I have created my rule ( see below) and email replies to 'closed' tickes are rejected however, an email is never sent back to the sender ? What must I do to be sure the sender receives my reply?

   
Reply With Quote
  (#11) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,861
Join Date: Aug 2006
Location: Mumbai, India
22-02-2007, 10:13 PM

Ah my mistake. Change:
Don't Send Autoresponder Message = Yes

To
Don't Send Autoresponder Message = No

That should fix it



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
clients, stopping

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
Selling Clients on Use of System ehoffman SupportSuite, eSupport and LiveResponse 2 24-01-2006 04:14 AM



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


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 47