Skip to main content
Glama

JIRA MCP Server

jira_update_issue

Modify JIRA issues by updating fields, transitioning status, or adding worklogs. Requires an issue key and supports priority, assignee, labels, components, and notifications.

Instructions

Updates an existing JIRA issue with field changes, status transitions, and worklog entries

Input Schema

NameRequiredDescriptionDefault
assigneeNo
componentsNo
descriptionNo
issueKeyYes
labelsNo
notifyUsersNo
priorityNo
summaryNo
transitionNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "maxLength": 255, "minLength": 1, "type": "string" }, "components": { "additionalProperties": false, "properties": { "operation": { "enum": [ "set", "add", "remove" ], "type": "string" }, "values": { "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "operation", "values" ], "type": "object" }, "description": { "maxLength": 32767, "type": "string" }, "issueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "labels": { "additionalProperties": false, "properties": { "operation": { "enum": [ "set", "add", "remove" ], "type": "string" }, "values": { "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "operation", "values" ], "type": "object" }, "notifyUsers": { "default": true, "type": "boolean" }, "priority": { "enum": [ "Highest", "High", "Medium", "Low", "Lowest" ], "type": "string" }, "summary": { "maxLength": 255, "minLength": 1, "type": "string" }, "transition": { "additionalProperties": false, "properties": { "fields": { "additionalProperties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "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/Dsazz/mcp-jira'

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