ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
REST API for Journals (Feature #312)
Description
Hi folks !
I'm using the REST API, but it seems there is currently no way to read/post comments this way. Is it planned ?
History
Updated by Eric Davis at 2011-04-01 10:56 pm
Comments on what data? Issues, News, Forum Threads?
- Status changed from Open to Needs more information
Updated by Emmanuel Bourgerie at 2011-04-02 08:20 am
Sorry, I didn't specify : issues in my case.
To be more specific, we are working on a front-end more "customers compliant" with limited information, based on the API. What we lack the most is an access to comments.
Updated by Eric Davis at 2011-04-03 11:22 pm
- Subject changed from REST API for comments to REST API for Journals
Updated by Holger Just at 2011-09-04 09:22 pm
You can get the whole history of an issue by using an URL like this: https://www.chiliproject.org/issues/312.xml?include=journals
Similarly, you can update issues by properly using the same endpoint as the issue update form for updates. That is, POST
to https://www.chiliproject.org/issues/312.xml
- Status changed from Needs more information to Closed