Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_add_comment

Add a comment to a JIRA issue by specifying the issue key and comment text, enabling AI assistants to interact with JIRA APIs through the JIRA MCP Server.

Instructions

Add a comment to a JIRA issue

Input Schema

NameRequiredDescriptionDefault
commentYesComment text
issueKeyYesThe JIRA issue key

Input Schema (JSON Schema)

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

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