Skip to main content
Glama

JIRA MCP Server

jira_get_issue_comments

Retrieve and filter comments for a specific JIRA issue by quantity, author, date range, and internal status, with configurable ordering options.

Instructions

Retrieves comments for a specific JIRA issue with configurable quantity and filtering options

Input Schema

NameRequiredDescriptionDefault
authorFilterNo
dateRangeNo
includeInternalNo
issueKeyYes
maxCommentsNo
orderByNocreated

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "authorFilter": { "minLength": 1, "type": "string" }, "dateRange": { "additionalProperties": false, "properties": { "from": { "format": "date-time", "type": "string" }, "to": { "format": "date-time", "type": "string" } }, "type": "object" }, "includeInternal": { "default": false, "type": "boolean" }, "issueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "maxComments": { "default": 10, "maximum": 100, "minimum": 1, "type": "integer" }, "orderBy": { "default": "created", "enum": [ "created", "updated" ], "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/Dsazz/mcp-jira'

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