redmine_update_issue
Update an existing Redmine issue by changing only the specified fields. Use the 'notes' field to add a journal comment.
Instructions
[Stable] Update an existing Redmine issue. Only provided fields are changed. Use 'notes' to add a journal comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| notes | No | ||
| subject | No | ||
| uploads | No | ||
| due_date | No | ||
| status_id | No | ||
| done_ratio | No | ||
| start_date | No | ||
| tracker_id | No | ||
| description | No | ||
| priority_id | No | ||
| custom_fields | No | ||
| assigned_to_id | No | ||
| estimated_hours | No | ||
| parent_issue_id | No |