You cannot do it w/ wget, as Trac expect the input data to be sent with a POST method, where as wget would submit it as a GET method.
I think other tools are able to generate POST request. Maybe CURL. Anyway, this has already been addressed in this Mailing List a while ago (1 year or so), so you may find the answer within the ML archives. HTH, Manu On 8/31/07, �kos Mar�y <[EMAIL PROTECTED]> wrote: > > I wonder if one can create a new ticket in trac via a simple wget call. > > I see that I can set up the ticket form page by issuing request > parameters, for example: > > http://.../newticket?component=some_component&owner=john_doe&priority=critical&summary=Build%20failure > > but calling this URL doesn't create the ticket - just initializes the > form. I wonder if one can simply create a ticket by supplying data as above? > > I see that there's an XML-RPC API for Trac, but that seems to be an > overkill for this small task.. > > > Akos > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
