C#からRedmineにアクセスする方法
C#からRedmineにアクセスする記事があったのでメモ。
【元ネタ】
.NETからRedmineへアクセスするライブラリを試してみた
Redmine ClientはDLLであり、下記のAPIが使えるらしい。
Library:
* Using Redmine's web interface, thus not circumventing it's security
* Log-in to Redmine
* Get list of projects
* Get list of issues for selected project
* Get list of activities
* Get list of trackers
* Get list of users
* Get list of statuses
* Get list of priorities
* Get list of versions
* Get recent project activity
* Create new issues
* Report time spent on an issue
Client application:
* Measure time spent working
* Report time to Redmine
* Create new issues in Redmine
クライアントから、作業時間計測・実績時間報告・チケット登録ができるのは面白い。
RedmineのWebUIからRedmineを操作できるらしいから、RESTfulっぽい。
C#のRedmineクライアントを作る人は試してみてはどうだろうか?
| 固定リンク
「Redmine」カテゴリの記事
- 変更管理プロセスが弱いとトラブルが多い(2021.01.04)
- カンバンはステータス名が大事(2021.01.02)
- RedmineをPJ管理ツールと呼ぶのは嫌いだ、Redmineはチケット管理ツールと呼ぶべきだ(2021.01.02)
- PMO観点でRedmineの使い方とは何か(2020.12.20)
- 若手プロジェクトリーダー向けのRedmine教育資料の構想(2020.12.24)
コメント