Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_update_issue

Modify an existing JIRA issue by updating its summary, description, assignee, or priority. This tool enables issue management via JIRA MCP Server, ensuring accurate and timely issue adjustments.

Instructions

Update an existing JIRA issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoNew assignee account ID
descriptionNoNew description
issueKeyYesThe JIRA issue key
priorityNoNew priority name
summaryNoNew summary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "description": "New assignee account ID", "type": "string" }, "description": { "description": "New description", "type": "string" }, "issueKey": { "description": "The JIRA issue key", "type": "string" }, "priority": { "description": "New priority name", "type": "string" }, "summary": { "description": "New summary", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }
Install Server

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/hackdonalds/jira-mcp'

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