Search code examples
phpsvnapitrac

How to manipulate trac (web-based software project management application) data from external source/web application?


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


Solution

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