koke wrote: > mb ha escrito: > > > Hi, > > > > is it possible to create tickets via script (if possible without > > python). > > > > Like so: wget http://TRACINSTALLATION/newticket?summary=Blah.... or > > similar > > > > Max > > This worked for me... > > curl https://projects.warp.es/projects/test/newticket --data > "summary=Test%201&description=test%20ticket&type=defect&[EMAIL > PROTECTED]&action=create&status=new"
That site is running Trac 0.9.5. This will not work on Trac versions 0.10.1 or newer. POSTs are required to contain a unique token to prevent Cross Site Request Forgery attacks as addressed here: http://trac.edgewall.org/ticket/4049 -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
