jira_issue_update_tool
Update existing Jira issues by modifying specific fields like summary, description, priority, assignee, labels, due date, or custom fields. Only provided fields are changed, preserving other data.
Instructions
Update an existing Jira issue.
Only provided fields are updated. Custom fields are validated against the project schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key (e.g., "PROJ-123") | |
| summary | No | New issue summary | |
| description | No | New issue description | |
| priority | No | New priority | |
| assignee | No | New assignee (username or ID) | |
| labels | No | Replace existing labels | |
| due_date | No | New due date | |
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||