Thanks a lot for your help. i finally find a solution. you were right about updating the DB manually. And know my queries work very good
Zineb Dan Winslow wrote: > > > You have to write SQL to update manually. The ticket_custom table ( I > think that's what it's called ) has a ticket id, the name of the field, > and the value of the field. You have to write insert statements, such as > : > > insert into ticket_custom (ticket,name,value) values (x,y,z) > > where x is the ticket id, y is the name of the custom field, and z is > the value of the field you want. > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of zineb > Sent: Tuesday, June 09, 2009 8:44 AM > To: [email protected] > Subject: [Trac] Re: New custom fields and old tickets > > > > Hello, > > I know that it's a very old topic but i am currently having the same > promblem and don't know how to update the tickets > > Please some help > > Zineb > > > > > d...@vid seaward-2 wrote: >> >> >> On Nov 14, 2:47 pm, "Erik Andersson" <[email protected]> wrote: >>> Hi >>> >>> It's not set for old tickets, but you can set it. >> >> Thanks Erik. I have updated >> http://trac.edgewall.org/wiki/TracTicketsCustomFields >> to reflect this. >> >> d...@vid >> > >> >> > > -- > View this message in context: > http://www.nabble.com/New-custom-fields-and-old-tickets-tp13745894p23943 > 138.html > Sent from the Trac Users mailing list archive at Nabble.com. > > > > > > > > -- View this message in context: http://www.nabble.com/New-custom-fields-and-old-tickets-tp13745894p23976168.html Sent from the Trac Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
