Project

General

Profile

PHP redmine API for beginners

Added by John Simmons almost 10 years ago

Is there any tutorial on how to start working with the redmine API? I'm new to redmine, but I've set it up and am using it for personal projects. I'm trying to set up metrics for my coding (like how many issues I create in a month, and how many are resolved in a month). I'm guessing it's fairly simple, but I'm completely unable to find anything online that is for beginners. The reason I say for PHP is because I want it to just be an extension of the site, like if my redmine site is redmine.myhouse.com, I want the metrics to be in redmine.myhouse.com/metrics. Any help would be appreciated.

Ubuntu 12.04
Redmine 1.3.2.stable
MySQL

Also, I'm open to other suggestions, like if I should write a plugin, I could use pointing in that direction as well. I do want to eventually write plugins, but I'm not sure where to start there either.


Replies (1)

RE: PHP redmine API for beginners - Added by Jan Niggemann (redmine.org team member) almost 10 years ago

Redmine is a rails app, so if you decide to go with PHP you need to use the REST API.
If you would like to make first steps in plugin development, I suggest to start with the Plugin_Tutorial.

    (1-1/1)