Skip to main content
Glama

MCP Atlassian

jira_add_comment

Add a Markdown-formatted comment to a specified Jira issue using the MCP Atlassian server. Simplify issue tracking and team collaboration with automated comments.

Instructions

Add a comment to a Jira issue

Input Schema

NameRequiredDescriptionDefault
commentYesComment text in Markdown format
issue_keyYesJira issue key (e.g., 'PROJ-123')

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment text in Markdown format", "type": "string" }, "issue_key": { "description": "Jira issue key (e.g., 'PROJ-123')", "type": "string" } }, "required": [ "issue_key", "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/sooperset/mcp-atlassian'

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