GRRRR - I over engineered it! Yes, that will work!
Thanks for your help! Tal -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of m christensen Sent: Monday, August 28, 2006 12:16 PM To: [email protected] Subject: Re: [Trac] Adding a testing action to tickets - Trac 0.9.5 I've done this 2 different ways in the past, Neither one requires code changes. I added a custom field. It was radio button based and had fields like design, development, testing, implementation. I simply added a 'USER' Named 'Tester' Either one of these can be reported on easily. The Custom field does require tweaking the SQL in the reports to join another table. Due to the way 'status' is used all through the system, I'd be very reluctant to mess with that one. I assume you really want a way to tag a ticket as being 'in test', I think the above options worked well for us. Tal Cohen wrote: > I am running Trac 0.9.5 on Crux 2.1 with a Linux 2.6.11.7 Kernel and > with Python 2.4 > > I need to add a new action to tickets: "testing". I want it to behave > just like a reassign, but to update the status from assigned to testing. > > I've already tried doing this myself, but the code is written in > Python and I am a Perl guy (no offense). > > Can anyone give me some guidance here? > > Thanks, > > Tal > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 8/25/2006 > > ------------------------------------------------------------------------ > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac > _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 8/25/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 8/25/2006 _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
