Skip to main content
Glama

Jira MCP Server

by George5562

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/George5562/Jira-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server