Skip to main content
Glama

Jira MCP Server

by pdogra1299

get_comments

Retrieve all comments for a specific Jira issue using its issue key to access discussion history and team feedback.

Instructions

Get all comments for a Jira issue

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "issueKey": { "description": "The issue key (e.g., PROJ-123)", "type": "string" } }, "required": [ "issueKey" ], "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