Redmine/API
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(Redmine,API);
* 目次 [#r2b2e7f4]
#taglist(tag=Redmine)
* 概要 [#rd6d969b]
** [[リファレンス]] [#xf104c44]
- [[Rest api - Redmine>http://www.redmine.org/projects/re...
Redmine exposes some of its data through a REST API. Thi...
- [[利用・活用 Redmine API - ファーエンドテクノロジー株式...
APIを使用するのに最も簡単な方法はLinuxなどで利用できるcu...
** [[Ruby]] [#gf8c9337]
- [[Rest api with ruby - r-labs>http://www.r-labs.org/pro...
Redmine の REST API は Rails の RESTful の仕様にあわせて...
** [[Python]] [#yc259928]
- [[maxtepkeev/python-redmine: Python Redmine is a librar...
Python Redmine is a library for communicating with a Red...
- [[Issue — Python-Redmine documentation>https://python-r...
To get access to it you have to call redmine.issue where...
- [[Python Redmineを使用してRedmineを操作する - Qiita>htt...
Python RedmineはRedmineと通信を行うPythonのライブラリで...
- [[Python Redmineを使用してRedmineを操作する #Python - Q...
####単一チケットの取得
redmine.issue.get()でチケットIDを指定する。
- [[[Python] Redmine APIで情報を読み込む #Python3 - Qiita...
プロジェクト管理SWであるRedmineに関して、Pythonを用いて...
* [[API]] [#o97bda86]
** チケット [#s23cd182]
- [[RubyスクリプトからRedmineにチケット登録する - Qiita>h...
たくさんのチケットを一気に登録したいときにどうぞ。
- [[Rest Issues - r-labs>http://www.r-labs.org/projects/r...
redmine.org の Rest_Issues (version 34)の日本語訳です。
- [[RedmineのREST APIで特定プロジェクトの全チケットを取得...
Openしか取ってこれていないことが判明(Redmine 2.3.1.stable)
** プロジェクト [#cb52787a]
- [[Feature #12921: REST-API: filter projects by status -...
But using "closed" with json doesnt seem to work:
/redmine/projects.json?closed=1
* アーキテクチャ [#u7a4b33c]
** チケット [#e4afaec9]
- [[Redmine チケットのデータ構造 #MySQL - Qiita>https://q...
Redmine チケットのデータベース上のデータ構造について調べ...
終了行:
#contents
&tag(Redmine,API);
* 目次 [#r2b2e7f4]
#taglist(tag=Redmine)
* 概要 [#rd6d969b]
** [[リファレンス]] [#xf104c44]
- [[Rest api - Redmine>http://www.redmine.org/projects/re...
Redmine exposes some of its data through a REST API. Thi...
- [[利用・活用 Redmine API - ファーエンドテクノロジー株式...
APIを使用するのに最も簡単な方法はLinuxなどで利用できるcu...
** [[Ruby]] [#gf8c9337]
- [[Rest api with ruby - r-labs>http://www.r-labs.org/pro...
Redmine の REST API は Rails の RESTful の仕様にあわせて...
** [[Python]] [#yc259928]
- [[maxtepkeev/python-redmine: Python Redmine is a librar...
Python Redmine is a library for communicating with a Red...
- [[Issue — Python-Redmine documentation>https://python-r...
To get access to it you have to call redmine.issue where...
- [[Python Redmineを使用してRedmineを操作する - Qiita>htt...
Python RedmineはRedmineと通信を行うPythonのライブラリで...
- [[Python Redmineを使用してRedmineを操作する #Python - Q...
####単一チケットの取得
redmine.issue.get()でチケットIDを指定する。
- [[[Python] Redmine APIで情報を読み込む #Python3 - Qiita...
プロジェクト管理SWであるRedmineに関して、Pythonを用いて...
* [[API]] [#o97bda86]
** チケット [#s23cd182]
- [[RubyスクリプトからRedmineにチケット登録する - Qiita>h...
たくさんのチケットを一気に登録したいときにどうぞ。
- [[Rest Issues - r-labs>http://www.r-labs.org/projects/r...
redmine.org の Rest_Issues (version 34)の日本語訳です。
- [[RedmineのREST APIで特定プロジェクトの全チケットを取得...
Openしか取ってこれていないことが判明(Redmine 2.3.1.stable)
** プロジェクト [#cb52787a]
- [[Feature #12921: REST-API: filter projects by status -...
But using "closed" with json doesnt seem to work:
/redmine/projects.json?closed=1
* アーキテクチャ [#u7a4b33c]
** チケット [#e4afaec9]
- [[Redmine チケットのデータ構造 #MySQL - Qiita>https://q...
Redmine チケットのデータベース上のデータ構造について調べ...
ページ名: