Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

create_issue

Create and manage JIRA issues with specified project key, summary, description, issue type, priority, assignee, and labels using the Personal JIRA MCP server.

Instructions

创建JIRA问题

Input Schema

NameRequiredDescriptionDefault
assigneeNo
descriptionNo
issue_typeNoTask
labelsNo
priorityNo
project_keyYes
summaryYes

Input Schema (JSON Schema)

{ "properties": { "assignee": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Assignee" }, "description": { "default": "", "title": "Description", "type": "string" }, "issue_type": { "default": "Task", "title": "Issue Type", "type": "string" }, "labels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Labels" }, "priority": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Priority" }, "project_key": { "title": "Project Key", "type": "string" }, "summary": { "title": "Summary", "type": "string" } }, "required": [ "project_key", "summary" ], "title": "create_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