Skip to main content
Glama

Jira MCP Server

by imrnbeg

get_jira_issue

Retrieve detailed Jira issue information including status, assignee, priority, and descriptions by providing the issue key for project tracking and management.

Instructions

Get detailed information about a Jira issue by its key (e.g., PROJ-123)

Input Schema

NameRequiredDescriptionDefault
issueKeyYesThe Jira issue key (e.g., PROJ-123, TASK-456)

Input Schema (JSON Schema)

{ "properties": { "issueKey": { "description": "The Jira issue key (e.g., PROJ-123, TASK-456)", "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/imrnbeg/jira-mcp'

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