動機
- APIでXMLを取得したときのメモです。
環境
管理->情報 から取得
項目 | 内容 |
---|---|
Redmine version | 5.0.2.stable |
Ruby version | 2.6.10-p210 (2022-04-12) |
Rails version | 6.1.6 |
Environment | production |
Database adapter | Mysql2 |
issue要素
要素名 | 日本語表示名 |
---|---|
project | プロジェクト |
tracker | トラッカー |
status | ステータス |
priority | 優先度 |
author | 担当者 |
parent | 親チケット |
id | チケットID |
subject | チケット名 |
description | 説明 |
start_date | 開始日 |
due_date | 期日 |
done_ratio | 進捗率 |
is_private | プライベート |
estimated_hours | 予定工数 |
total_estimated_hours | 合計予定工数 |
spent_hours | 作業時間 |
total_spent_hours | 合計作業時間 |
created_on | 作成日 |
updated_on | 更新日 |
closed_on | 終了日 |
issueの属性のある要素
要素名 | 属性名 |
---|---|
project | id |
name | |
tracker | id |
name | |
status | id |
name | |
priority | id |
name | |
author | id |
name | |
parent | id |