Skip to main content
Glama

Jira MCP Server

by pdogra1299

get_create_metadata

Retrieve field requirements and metadata for creating Jira issues in a project. Shows required fields, custom fields, and allowed values to ensure proper issue creation.

Instructions

Get field requirements and metadata for creating issues in a project. Shows required fields, custom fields, and allowed values.

Input Schema

NameRequiredDescriptionDefault
issueTypeNoOptional: Filter by specific issue type (e.g., Bug, Task)
projectKeyYesThe project key (e.g., PROJ, DEV)

Input Schema (JSON Schema)

{ "properties": { "issueType": { "description": "Optional: Filter by specific issue type (e.g., Bug, Task)", "type": "string" }, "projectKey": { "description": "The project key (e.g., PROJ, DEV)", "type": "string" } }, "required": [ "projectKey" ], "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/pdogra1299/jira-mcp-server'

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