Redmine exposes some of its data through a REST API. This API provides access and basic CRUD operations (create, update, delete) for the resources described below. The API supports both XML and JSON formats.
APIを使用するのに最も簡単な方法はLinuxなどで利用できるcurlコマンドを使用する方法です。
Redmine の REST API は Rails の RESTful の仕様にあわせて作成されています。そのため、 ActiveResource を使用するのが一番素直な方法でしょう。
Python Redmine is a library for communicating with a Redmine project management application
To get access to it you have to call redmine.issue where redmine is a configured redmine object.
Python RedmineはRedmineと通信を行うPythonのライブラリである。
たくさんのチケットを一気に登録したいときにどうぞ。
redmine.org の Rest_Issues (version 34)の日本語訳です。
Openしか取ってこれていないことが判明(Redmine 2.3.1.stable)
But using "closed" with json doesnt seem to work: /redmine/projects.json?closed=1