Re: [rt-users] Possible to edit ticket content?

2013-06-28 Thread Christian Loos
Am 28.06.2013 09:05, schrieb Johan Sjöberg:
> Hi
> 
>  
> 
> We have a ticket that has grown extremely large because of many mails
> and lots of included quotes. This means that it takes forever to open in
> RT. Is it possible to edit the database and truncate the content in each
> “post”? It seems like the content is stored in the Attachments table,
> but it seems to be in binary format. We are running RT 3.8.17
> 
>  
> 
> Regards,
> 
> Johan
> 

Upgrade to RT 4.0 to benefit from quote folding:
http://blog.bestpractical.com/2011/06/whats-new-in-4-quote-folding.html

Chris


Re: [rt-users] Possible to edit ticket content?

2013-06-28 Thread k...@rice.edu
On Fri, Jun 28, 2013 at 07:05:29AM +, Johan Sjöberg wrote:
> Hi
> 
> We have a ticket that has grown extremely large because of many mails and 
> lots of included quotes. This means that it takes forever to open in RT. Is 
> it possible to edit the database and truncate the content in each "post"? It 
> seems like the content is stored in the Attachments table, but it seems to be 
> in binary format. We are running RT 3.8.17
> 
> Regards,
> Johan

Hi Johan,

Some ideas: Use RT::Extension::HistoryFilter to reduce the number of 
transactions
displayed in the main page. I do not know if an option is available for this but
only display the most recent updates, for some definition of recent, on the main
display page and have them all available on the History tab. Create a new ticket
and refer to the old ticket as a parent or reference.

Cheers,
Ken


[rt-users] Possible to edit ticket content?

2013-06-28 Thread Johan Sjöberg
Hi

We have a ticket that has grown extremely large because of many mails and lots 
of included quotes. This means that it takes forever to open in RT. Is it 
possible to edit the database and truncate the content in each "post"? It seems 
like the content is stored in the Attachments table, but it seems to be in 
binary format. We are running RT 3.8.17

Regards,
Johan