updateJiraIssue
Modify existing Jira issues by updating fields like summary, description, status, priority, or assignee to track project progress and manage tasks.
Instructions
Updates an existing issue in Jira with the provided details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key to update (e.g., "PROJ-123") | |
| summary | No | Updated issue title/summary | |
| description | No | Updated description of the issue | |
| status | No | New status for the issue | |
| priority | No | Updated priority (e.g., "High", "Medium", "Low") | |
| assignee | No | Username of the person to assign the issue to |