On Thu, Feb 17, 2022 at 7:32 PM Markus Rosjat <[email protected]> wrote: > is there a documentation about the parameters to send to trac to create, > delete, edit a ticket? > I was thinking of using a script to send data to my trac system form outside > trac. So for example i build the query with requests and send it to my trac > system so i dont need to go into trac and do it by hand in the ticket > interface.
Such requests from outside is blocked by CSRF protection. Instead, try ticket.update API using xmlrpcplugin, https://trac-hacks.org/wiki/XmlRpcPlugin. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAEVLMahjWZE-r7NJCEbfuP7OOWDMyo550GND_atfXnQ%2BRmFYAw%40mail.gmail.com.
