Hi there, ok thought there was an easy way but anyway thanks for the pointer i will check it out.
cheers Markus Am Do., 17. Feb. 2022 um 12:06 Uhr schrieb Jun Omae <[email protected]>: > 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 > . > -- 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/CAJ4osO%3DVk4cq%3DU4Sm5Jp%2B2Cpb5XtMoUn%3DnNmymoRrZgE6K00hw%40mail.gmail.com.
