updateJiraIssue
Update an existing Jira issue by setting its status, summary, assignee, priority, or description directly from your AI assistant.
Instructions
Updates an existing issue in Jira with the provided details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New status for the issue | |
| summary | No | Updated issue title/summary | |
| assignee | No | Username of the person to assign the issue to | |
| issueKey | Yes | The issue key to update (e.g., "PROJ-123") | |
| priority | No | Updated priority (e.g., "High", "Medium", "Low") | |
| description | No | Updated description of the issue |