Skip to main content
Glama

Jira MCP Server

create_jira_issues

Bulk create Jira issues using field dictionaries for multiple entries. Specify issue types like 'Bug', 'Task', or 'Story' as per your Jira instance, and optionally reload created issues.

Instructions

Bulk create new Jira issues. IMPORTANT: For 'issue_type', use the exact case-sensitive types in your Jira instance (common: 'Bug', 'Task', 'Story', 'Epic')

Input Schema

NameRequiredDescriptionDefault
field_listYesA list of field dictionaries, each representing an issue to create
prefetchNoWhether to reload created issues (default: true)

Input Schema (JSON Schema)

{ "properties": { "field_list": { "description": "A list of field dictionaries, each representing an issue to create", "items": { "description": "Field dictionary for a single issue", "type": "object" }, "type": "array" }, "prefetch": { "description": "Whether to reload created issues (default: true)", "type": "boolean" } }, "required": [ "field_list" ], "type": "object" }
Install Server

Other Tools from Jira MCP 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/InfinitIQ-Tech/mcp-jira'

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