update_issue
Update fields of a YouTrack issue, including summary, state, assignee, tags, and custom commands, with rollback support.
Instructions
Update fields of a YouTrack issue. Returns previous values for rollback.
Args: issue_id: Issue ID or URL summary: New title (empty = keep) description: New description (empty = keep) state: New state name (empty = keep) assignee: New assignee (empty = keep) product: Product field (empty = keep) add_tag: Tag to add (empty = skip) remove_tag: Tag to remove (empty = skip) command: YouTrack command for any field (e.g. 'Priority High Type Bug') instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| add_tag | No | ||
| command | No | ||
| product | No | ||
| summary | No | ||
| assignee | No | ||
| instance | No | ||
| issue_id | Yes | ||
| remove_tag | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |