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.

Create issue/ticket (bug) through API or link or ... ?

Added by Wiki Bit at 2012-03-01 02:08 pm

Hi,

I'm looking for the following :
any experience, examples, hints, tips on how to automatically create a ticket from another (ruby/sinatra) application
what I'm looking for would be :

a user who fills in some basic fields (subject, description) in our app
our app adds info like :
- userid, customfieldD, customfieldC, notifyflag, trackertype(bug), projectid
user clicks on "submit" button/link

and then we would like to insert this as a ticket in chiliproject

that is about it (high level)

thanks

PS: userid's are the same between chiliproject, however, we cannot control the passwords, so don't count on those being the same

WB.


Replies (1)

RE: Create issue/ticket (bug) through API or link or ... ? - Added by Tom Rochette at 2012-03-03 09:03 am

I'd look into the REST interface or redmine (which chiliproject is very similar to, see https://www.chiliproject.org/projects/chiliproject/wiki/REST_API), the documentation is available at http://www.redmine.org/projects/redmine/wiki/Rest_Issues.

http://www.redmine.org/projects/redmine/wiki/Rest_api_with_ruby will probably help you getting started up on how to use that interface from a ruby app.

(1-1/1)