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" <[email protected]> wrote:

> this process is not for the usual bugtracking. but...
>
> I'm testing trac for its ability to help in the process of building a
> classification system for information management (records management).
>
> trac could be an exciting tool. I like it especially the possibility to
> create sql queries.
>
> with the ticketimportplugin I read the structure into tickets.
>
> users can submit their comments.
>
> because the import gives not always the desired result, sometimes several
> attempts are necessary.
>
> deleting all tickets at once would be a great help instead of set up the
> trac project new.
>
> thanks for your comments.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/trac-users/-/knE-obnu7-4J.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to