update_issue
Modify an existing issue's properties such as summary, type, priority, dates, and more using this tool.
Instructions
Updates an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| summary | No | Summary of the issue | |
| issueTypeId | No | Issue type ID | |
| priorityId | No | Priority ID | |
| description | No | Updates an existing issue | |
| startDate | No | Scheduled start date (yyyy-MM-dd) | |
| dueDate | No | Scheduled due date (yyyy-MM-dd) | |
| estimatedHours | No | Estimated work hours | |
| actualHours | No | Actual work hours | |
| categoryId | No | Category IDs | |
| versionId | No | Version IDs | |
| milestoneId | No | Milestone IDs | |
| statusId | No | Status ID | |
| resolutionId | No | Resolution ID | |
| assigneeId | No | User ID of the assignee | |
| notifiedUserId | No | User IDs to notify | |
| attachmentId | No | Attachment IDs | |
| comment | No | Comment to add when updating the issue | |
| customFields | No | List of custom fields to set on the issue | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |