Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

update_issue

Modify JIRA issue details such as summary, description, issue type, priority, assignee, and labels using the specified issue key. Streamline issue management within the Personal JIRA MCP server.

Instructions

更新JIRA问题

Input Schema

NameRequiredDescriptionDefault
assigneeNo
descriptionNo
issue_keyYes
issue_typeNo
labelsNo
priorityNo
summaryNo

Input Schema (JSON Schema)

{ "properties": { "assignee": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Assignee" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "issue_key": { "title": "Issue Key", "type": "string" }, "issue_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Issue Type" }, "labels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Labels" }, "priority": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Priority" }, "summary": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Summary" } }, "required": [ "issue_key" ], "title": "update_issueArguments", "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/yuezheng2006/mcp-server-jira'

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