Skip to main content
Glama

Jira MCP Server

jira_get_issue

Retrieve specific Jira issue details by key, using the Jira host URL, account email, and API token for authentication. Part of the Jira MCP Server for managing project tasks.

Instructions

Retrieves details of a specific Jira issue by key

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
emailNoEmail address associated with the Jira account
issueKeyYesThe Jira issue key (e.g., 'PROJECT-123')
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "issueKey": { "description": "The Jira issue key (e.g., 'PROJECT-123')", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }

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/samuelrizzo/jira-mcp-server'

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