Jira MCP Server

update_issue

Modify a Jira issue by updating its assignee, description, priority, status, or summary using the issue key. Streamline issue management and ensure accurate task tracking in Jira projects.

Instructions

Update an existing Jira issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoEmail of new assignee
descriptionNoNew description
issueKeyYesKey of the issue to update
priorityNoNew priority
statusNoNew status
summaryNoNew summary/title

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Email of new assignee", "type": "string" }, "description": { "description": "New description", "type": "string" }, "issueKey": { "description": "Key of the issue to update", "type": "string" }, "priority": { "description": "New priority", "type": "string" }, "status": { "description": "New status", "type": "string" }, "summary": { "description": "New summary/title", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

ID: lblw6pvk7i