Summary | Delete the resulting tickets of a query. |
Queue | Whups |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | a.bruinsma (at) tools4ever (dot) com |
Created | 03/23/2005 (7385 days ago) |
Due | |
Updated | 11/08/2008 (6059 days ago) |
Assigned | 03/23/2005 (7385 days ago) |
Resolved | 11/08/2008 (6059 days ago) |
Milestone | |
Patch | No |
stuff should go into the execute, but I did not had time to
investigate exactly how to do that. Anyway, for the next couple of
weeks I am assigned to another project, after that I will get back on
this. So it can take a while. But the batch thing sounds much better.
So I think it will go into that direction.
Auke
useful, is a revamped patch that lets you do batch actions on the
results of any search (be it a query or a regular search - shouldn't
matter).
You should be able to add a comment to all tickets, resolve them
(handling one queue/type at a time, in batches), delete them, assign
them, whatever.
good, it can be committed.
environment I personally use. But if you hook Whups to a (public)
support address, as mentioned on the mailing list, a way to mass
delete tickets might make sense.
State ⇒ Feedback
it useful?
Second, this can't be committed as-is - you need to actually do the
work in the execute() method of your form instead of polluting
query.php with all of that unnecessary logic.
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Delete the resulting tickets of a query.
Queue ⇒ Whups
New Attachment: query.php.patch
State ⇒ New
When you receive lots of tickets by e-mail (a normal situation in any
company) you receive mostly a lot of spam. When the mailhandler patch
(
ticket 280) is in place those spam messages go to a seperate queue.Now u can easily search for all the tickets in a queue, save this
search and from time to time execute the query, click the: "Delete all
items" tab, confirm and bye bye spam tickets :). Also when you just
want to delete large amount of (for example testing) tickets, u could
use this patch, so even when it sounds strange, it could be handy.
Auke Bruinsma
ps. The patch is against CVS head.