> Thanks - I had looked at the code already. My problem is I don't want > an email submission process, I want to create a new ticket from a > command line. I tried to look into the code, but I am not a Python > programmer (yes, I can learn it) and am not familiar with the internal > Trac APIs (which I assume are documented somewhere).
If you know a language that can execute XMLRPC remote command (Perl, for example), you could use the XmlRpcPlugin to create a ticket with a very simple API. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
