-
Notifications
You must be signed in to change notification settings - Fork 44
Issues
in dow edited this page Nov 28, 2017
·
5 revisions
tag | Count | Attributes | Note | Version | OpenRedmine Support | ||||
---|---|---|---|---|---|---|---|---|---|
issues | 1 | total_count,offset,limit | Root tag, Attributes is introduced in 1.1.0 | 1.0 | Yes | ||||
issue | 0..* | - | A issue | 1.0 | Yes | ||||
project | 0..1 | id,name | project | 1.0 | Yes | ||||
tracker | 0..1 | id,name | Tracker | 1.0 | Yes | ||||
status | 0..1 | id,name | Status | 1.0 | Yes | ||||
priority | 0..1 | id,name | Issue priority | 1.0 | Yes | ||||
author | 0..1 | id,name | User who creates the issue | 1.0 | Yes | ||||
assigned_to | 0..1 | id,name | User who assigned to the issue | 1.0 | Yes | ||||
category | 0..1 | id,name | Project category | 1.0 | Yes | ||||
fixed_version | 0..1 | id,name | Version | 1.0 | |||||
parent | 0..1 | id | Parent issue | 1.1.0 | Yes | ||||
subject | 1 | (body) | Issue subject | 1.0 | Yes | ||||
description | 1 | (body) | Issue description | 1.0 | Yes | ||||
start_date | 1 | (body) | Start date(Can be empty) | 1.0 | Yes | ||||
due_date | 1 | (body) | Due date(Can be empty) | 1.0 | Yes | ||||
done_ratio | 1 | (body,0-100) | Done ratio | 1.0 | Yes | ||||
is_private | 1 | (body,true/false) | Is private issue | 2.6.0 | Partial | ||||
estimated_hours | 1 | (body) | Estimated hours | 1.0 | Yes | ||||
created_on | 1 | (body) | Issue created date | 1.0 | Yes | ||||
updated_on | 1 | (body) | Issue modified date | 1.0 | Yes | ||||
closed_on | 1 | (body) | Issue closed date | 2.3.0 | Yes | ||||
custom_fields | 0..1 | tag | Coustom fields | 1.0 | No | ||||
custom_field | 0..* | id,name,(body) | Coustom field | 1.0 | No | ||||
attachments | 0..1 | tag | include=attachments to visible | 3.4.0 | Partial | ||||
attachment | 0..* | attachment (TODO) | 3.4.0 | Partial | |||||
relations | 0..1 | tag | include=relations to visible | 1.3.0 | Partial | ||||
relation | 0..* | id,issue_id,issue_to_id, relation_type,delay |
relation | 1.3.0 | Partial |
/issues.xml
TODO