Skip to main content
Glama

Jira MCP Server

add_jira_comment

Add a comment to a Jira issue by specifying the issue key and comment text, enabling efficient issue tracking and collaboration through the Jira MCP Server.

Instructions

Add a comment to a Jira issue

Input Schema

NameRequiredDescriptionDefault
commentYesThe comment text
issue_keyYesThe issue key (e.g., PROJECT-123)

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "The comment text", "type": "string" }, "issue_key": { "description": "The issue key (e.g., PROJECT-123)", "type": "string" } }, "required": [ "issue_key", "comment" ], "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/InfinitIQ-Tech/mcp-jira'

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