Update Issue
issue_updateModify an existing issue in Taiga with a partial update—send only the fields you want to change, such as status, assignee, priority, or tags. Concurrency is handled automatically, so no version number is required.
Instructions
Update an existing issue (partial patch — only include the fields you want to change). Taiga's optimistic-concurrency version field is handled automatically; do not pass it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| tags | No | ||
| type | No | ||
| status | No | ||
| subject | No | ||
| priority | No | ||
| severity | No | ||
| watchers | No | Numeric user ids and/or email/full name (resolved against project members). Omit to leave unchanged. | |
| milestone | No | ||
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |