Skip to main content
Glama

MCP JIRA Server

create_jira_issue

Generate and submit new JIRA issues directly from Markdown descriptions, converting content to Atlassian Document Format for streamlined project management workflows on MCP JIRA Server.

Instructions

Creates a new JIRA issue from Markdown description.

Input Schema

NameRequiredDescriptionDefault
additional_fieldsNo
assigneeNo
descriptionYes
issue_typeNoTask
projectYes
site_aliasNo
summaryYes

Input Schema (JSON Schema)

{ "properties": { "additional_fields": { "additionalProperties": true, "default": null, "title": "Additional Fields", "type": "object" }, "assignee": { "default": null, "title": "Assignee", "type": "string" }, "description": { "title": "Description", "type": "string" }, "issue_type": { "default": "Task", "title": "Issue Type", "type": "string" }, "project": { "title": "Project", "type": "string" }, "site_alias": { "default": null, "title": "Site Alias", "type": "string" }, "summary": { "title": "Summary", "type": "string" } }, "required": [ "project", "summary", "description" ], "title": "create_jira_issue_toolArguments", "type": "object" }
Install Server

Other Tools from MCP JIRA 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/codingthefuturewithai/mcp_jira'

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