confluence-mcp

update_jira_issue

Update an existing Jira issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoNew assignee account ID
descriptionNoNew issue description
issueKeyYesIssue key (e.g. PROJ-123)
priorityNoNew priority ID
summaryNoNew issue summary

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "New assignee account ID", "type": "string" }, "description": { "description": "New issue description", "type": "string" }, "issueKey": { "description": "Issue key (e.g. PROJ-123)", "type": "string" }, "priority": { "description": "New priority ID", "type": "string" }, "summary": { "description": "New issue summary", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }