update_issue
Modify an existing Backlog issue by changing its summary, description, status, assignee, or scheduling. Pass issue ID or key to apply updates instantly.
Instructions
Updates an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Comment to add when updating the issue | |
| dueDate | No | Scheduled due date (yyyy-MM-dd) | |
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| summary | No | Summary of the issue | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| statusId | No | Status ID | |
| startDate | No | Scheduled start date (yyyy-MM-dd) | |
| versionId | No | Version IDs. Pass an empty array to clear all versions. Omit this field to leave the current versions unchanged. | |
| assigneeId | No | User ID of the assignee | |
| categoryId | No | Category IDs. Pass an empty array to clear all categories. Omit this field to leave the current categories unchanged. | |
| priorityId | No | Priority ID | |
| actualHours | No | Actual work hours | |
| description | No | Updates an existing issue | |
| issueTypeId | No | Issue type ID | |
| milestoneId | No | Milestone IDs. Pass an empty array to clear all milestones. Omit this field to leave the current milestones unchanged. | |
| attachmentId | No | Attachment IDs | |
| customFields | No | List of custom fields to set on the issue | |
| resolutionId | No | Resolution ID | |
| parentIssueId | No | Parent issue ID | |
| estimatedHours | No | Estimated work hours | |
| notifiedUserId | No | User IDs to notify |