pylon_update_issue
Update an existing issue's title, description, status, priority, assignee, or tags. For partial tag changes, use separate add/remove tools.
Instructions
Update an existing issue's title, description, status, priority, assignee, or tags. To add/remove tags without replacing all, use pylon_add_tags or pylon_remove_tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Pylon issue ID | |
| title | No | ||
| description | No | ||
| status | No | "open", "in_progress", "pending", "resolved", or "closed" | |
| priority | No | "low", "medium", "high", or "urgent" | |
| assignee | No | ||
| tags | No | Complete replacement tag list. Use pylon_add_tags or pylon_remove_tags to modify without replacing all. |