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.

Upload files with REST api

Added by Adrian Stabiszewski at 2012-03-28 09:26 am

Hi!

I'm looking for a possibility to upload files into chiliproject via the REST or any other api.

Background: I'm using Java and Maven and would like to use the maven-release-plugin to upload artifacts into the files section of chiliproject.

I know that I need a wagon provider (http://maven.apache.org/wagon/index.html) for that and I would be willing to write one but as far as I can see the REST api does not support any uploads into the file section.
Do you plan on adding support for that?
How can I help?

Regards,
Adrian.