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」カテゴリの記事
- Jiraの機能はTracに似ている気がする #redmine(2025.06.01)
- Redmineは組織のナレッジ基盤として実現可能なのか~島津製作所の事例を読み解く #redmineT(2024.12.29)
- 「RedmineのUbuntu+Docker構築への移行」の感想 #redmineT(2024.11.24)
- 第27回redmine.tokyo勉強会の感想 #redmineT(2024.11.10)
- Redmineのバージョン設定でプロジェクトの設定方法が違う(2024.06.23)
コメント