On Wed, Oct 29, 2008 at 8:34 AM, TJ Yang <[EMAIL PROTECTED]> wrote: > > I am learning Trac Pluging programming by implementing hobbitmon > plugin for Trac(R1). > > Is there a command line approach to open up a ticket with options/ > fields like following ? > > http://trac.edgewall.org/newticket?type=defect > > > trac-admin has no options for adding a ticket.
No, there is not. But I'm not entirely sure why you would need that. If you already have a Trac instance running for testing purposes just create a few test tickets through the web UI. If you want to automatically create tickets for automated testing, use Python and the Trac API for that. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
