Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
TomC Offline
New Member
 
Posts: 9
Join Date: Feb 2008
Deleting old closed tickets - 25-02-2008, 11:13 PM

How do I delete old closed tickets to save space? Example: I want to delete all "closed" tickets that are over a month old, and purge their associated attachments. How can I do this?

Thanks in advance
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,119
Join Date: Jan 2006
Location: United Kingdom
25-02-2008, 11:16 PM

Hi Tom,

You could create a filter to search for all Closed tickets, and use the Mass Action menu bar to delete tickets in numbers at a time. Unfortunatly there is no search-and-purge.

I have moved your thread into the How To forum.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#3) Old
TomC Offline
New Member
 
Posts: 9
Join Date: Feb 2008
25-02-2008, 11:40 PM

Hi Jamie,

Will deleting old tickets also delete/purge its associated attachments?
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 5,387
Join Date: Jun 2005
Location: Cumbria, UK
26-02-2008, 10:12 AM

Yes.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,119
Join Date: Jan 2006
Location: United Kingdom
26-02-2008, 11:18 AM

Quote:
Originally Posted by TomC View Post
Hi Jamie,

Will deleting old tickets also delete/purge its associated attachments?
Yes, it will. You can also choose to purge attachments only via the administrator control panel, under Maintainence.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#6) Old
nolageek Offline
New Member
 
Posts: 19
Join Date: Apr 2008
08-04-2008, 03:49 PM

I can't seem to get more than 50 or so tickets listed. I set the default view to show 1000, 5000 and then 10000 tickets at a time... still, I have to delete 10000 spam tickets 40 at a time.
   
Reply With Quote
  (#7) Old
tmancey Offline
New Member
 
Posts: 25
Join Date: Mar 2007
Why such a simple feature is not added :( - 17-05-2008, 11:54 AM

Quote:
Originally Posted by nolageek View Post
I can't seem to get more than 50 or so tickets listed. I set the default view to show 1000, 5000 and then 10000 tickets at a time... still, I have to delete 10000 spam tickets 40 at a time.
Why is this not a feature with a cron job, as it makes sense. I cant believe this is not actually implemented when so useful.

Any response from Kayako would be great.
   
Reply With Quote
  (#8) Old
craigbrass Offline
Senior Member
 
Posts: 5,387
Join Date: Jun 2005
Location: Cumbria, UK
17-05-2008, 12:20 PM

If you want such a feature to be included with Kayako, submit a feature request in the feature requests board here on the forum and it will be considered.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#9) Old
Tim Meiers Offline
New Member
 
Posts: 1
Join Date: Jun 2008
Smile 30-06-2008, 07:59 PM

I had the same problem. I wanted to purge old tickets from 2005 to 2007. Rather than doing this by hand, 50 tickets at a time , I found a good solution that I want to share:
Use the free iMacros for Firefox web scripting add-on

I recorded a macro that searches for all closed tickets older than 12/29/2007 and then had iMacros check all 50 tickets, select delete and click ok.
Now I simply run the macro inside a loop and after my lunch break everything was deleted

Screenshot see attachment

My macro:
Code:
VERSION BUILD=6050612 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://support.mybigcompany.com/staff/index.php?_m=tickets&_a=search
TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[1][0] CONTENT=$ticketstatusid
TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[1][2] CONTENT=3
TAG POS=1 TYPE=A ATTR=TXT: New<SP>Search<SP>Rule
TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[2][0] CONTENT=$lastactivity
TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[2][1] CONTENT=7
'Select date
TAG POS=1 TYPE=IMG ATTR=HREF:http://support.mybigcompany.com/themes/admin_default/calendar.gif
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:‹
TAG POS=1 TYPE=DIV ATTR=TXT:×
TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[2][1] CONTENT=$*less*
'TAG POS=1 TYPE=SELECT FORM=NAME:swiftform ATTR=NAME:searchrules[1][2] CONTENT=$*close*
'***********
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php ATTR=NAME:submitbutton&&VALUE:Search
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=2 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=3 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=4 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=5 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=6 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=7 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=8 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=9 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=10 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=11 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=12 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=13 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=14 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=15 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=16 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=17 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=18 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=19 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=20 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=21 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=22 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=23 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=24 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=25 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=26 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=27 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=28 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=29 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=30 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=31 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=32 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=33 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=34 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=35 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=36 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=37 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=38 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=39 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=40 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=41 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=42 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=43 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=44 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=45 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=46 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=47 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=48 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=49 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=50 TYPE=INPUT:CHECKBOX FORM=NAME:ticketlist ATTR=NAME:itemid[] CONTENT=YES
TAG POS=1 TYPE=SELECT FORM=NAME:ticketlist ATTR=NAME:ma_options CONTENT=$delete
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:index.php ATTR=NAME:submitbtn&&VALUE:Go
WAIT SECONDS=5
Attached Images
File Type: png ka-imacros.png (65.2 KB, 9 views)
   
Reply With Quote
  (#10) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,119
Join Date: Jan 2006
Location: United Kingdom
30-06-2008, 08:00 PM

Hi Tim,

Welcome to the forums That's an interesting solution; one we haven't seen before! Thanks for sharing it.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply

Tags
closed, deleting, tickets

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
Tickets Ability to lock closed tickets assist Will Implement (V4) 3 20-08-2008 10:02 AM
End User no longer sees closed tickets? Lisa SupportSuite, eSupport and LiveResponse 12 11-07-2007 01:27 PM
Closed tickets keep changing status kipper3d SupportSuite, eSupport and LiveResponse 6 22-10-2006 03:13 PM
Staff CP, Closed tickets error. Success SupportSuite, eSupport and LiveResponse 3 09-04-2006 08:57 AM



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