Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_update_issue

Modify JIRA issues by updating their summary, description, assignee, or priority using the specified issue key to streamline issue management and tracking.

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" }

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