update_issue
Modify an existing Jira issue by updating only the provided fields, leaving other fields unchanged.
Instructions
Update an existing Jira issue. Only provided fields are changed.
Args: issue_key: Issue key (e.g., "KAN-123") summary: New summary description: New description (plain text, supports Jira wiki markup for rich text) assignee_id: New assignee account ID priority: New priority name labels: Replace all labels fix_versions: Replace all fix versions (list of version names) components: Replace all components start_date: New start date (YYYY-MM-DD) due_date: New due date (YYYY-MM-DD) parent: New parent issue key story_points: New story point estimate custom_fields: Dict of custom field IDs to values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| parent | No | ||
| summary | No | ||
| due_date | No | ||
| priority | No | ||
| issue_key | Yes | ||
| components | No | ||
| start_date | No | ||
| assignee_id | No | ||
| description | No | ||
| fix_versions | No | ||
| story_points | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||