Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_get_issue

Retrieve detailed information about a specific JIRA issue using its issue key (e.g., PROJECT-123). Integrates with JIRA APIs to extract and display issue data for efficient tracking and management.

Instructions

Get details of a specific JIRA issue

Input Schema

NameRequiredDescriptionDefault
issueKeyYesThe JIRA issue key (e.g., PROJECT-123)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueKey": { "description": "The JIRA issue key (e.g., PROJECT-123)", "type": "string" } }, "required": [ "issueKey" ], "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/hackdonalds/jira-mcp'

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