jira_update_issue
Modify existing Jira issues by updating fields like summary, description, assignee, priority, labels, and status to reflect current project needs.
Instructions
Update an existing Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The Jira issue key to update | |
| summary | No | New summary/title for the issue | |
| description | No | New description for the issue | |
| assignee | No | Username to assign the issue to | |
| priority | No | New priority level | |
| labels | No | New array of labels | |
| status | No | New status/workflow state (e.g., "In Progress", "Done") |