Can you directly access the database?
If so, there are 3 tables that store ticket information.
ticket, ticket_history and i guess ticket_custom for the custom fields.
Just try a :
Delete from ticket;
Delete from ticket_history;
Delete from ticket_custom;
On Jun 27, 2012 7:16 AM, "christoph müller"
I have used that patch, but later I needed some more customization, so I
ended up using FlexibleAssignToPlugin:
http://trac-hacks.org/wiki/FlexibleAssignToPlugin
You can also customize, if it fits, which groups will be assigned on each
ticket state, this way you can reduce the 100+ users for each s
would just show a warning telling the user to enable javascript. The bad
side is that it is javascript dependent =(, but it worked.
Regards,
Hugo Milhomens
On May 17, 2012 5:04 AM, "Lisa" wrote:
> Hi,
>
> I looked through all the plugins and I can't seem to find a go