Ákos Maróy wrote:
> Matthew Gillen wrote:
>> You need to get wget to POST the data instead of GETting the form for filling
>> out the ticket.  You could use a packet sniffer to see what your browser does
>> when you click "submit" and incorporate that into a 'wget --post-data=...' 
>> call
> 
> I tried, but it didn't work:
> 
> wget --post-data
> "summary=Build+failure&type=defect&description=&action=create&status=new&priority=critical&component=foo&keywords=&owner=maroy&cc="
> http://.../see/newticket#preview
> 
> 
> it says:
> 
> 400: Bad request

Try removing the "#preview" part from the URL.  The url should end with
"newticket".

Matt

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to