update_issue
Modify Jira issue details including status, assignee, priority, and summary to track project progress and manage team tasks.
Instructions
Update an existing Jira issue.
Args:
issue_key: The issue key (e.g., 'PROJ-123')
status: New status (e.g., 'In Progress', 'Done')
assignee: New assignee username/email, or 'unassigned' to remove assignee
priority: New priority ('Highest', 'High', 'Medium', 'Low', 'Lowest')
summary: New summary/title for the issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| status | No | ||
| assignee | No | ||
| priority | No | ||
| summary | No |