vote up 0 vote down star

I was planning to implement a way to extract/update/insert trac's project related data from different web application. Assuming I have direct access to database (eg. MySQL, because maybe SQLite will not work if the external site does not have access to the file system).

Is there any API for trac that I can use to manipulate milestone & ticket data, (preferably in PHP language)?

Thanks

flag

1 Answer

vote up 2 vote down check

You can use http://trac-hacks.org/wiki/XmlRpcPlugin to enable XML-RPC API for almost all trac functions.

link|flag
Thanks, I'll look into the plugin. – Hossain Khan Oct 1 at 5:38
You might also take a look at the TracCmdScript, which uses the XmlRpc interface: trac-hacks.org/wiki/TracCmdScript – RjOllos Nov 12 at 0:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.