Skip to main content
Glama

mcp-jira-server

by 1broseidon

add_comment

Add a comment to a Jira issue by specifying the issue key and comment text. Works with Jira's REST API to manage issue updates programmatically.

Instructions

Add a comment to an existing issue

Input Schema

NameRequiredDescriptionDefault
commentYesComment text to add to the issue
issue_keyYesIssue key (e.g., PRJ-123)
working_dirYesWorking directory containing .jira-config.json

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment text to add to the issue", "type": "string" }, "issue_key": { "description": "Issue key (e.g., PRJ-123)", "type": "string" }, "working_dir": { "description": "Working directory containing .jira-config.json", "type": "string" } }, "required": [ "working_dir", "issue_key", "comment" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-jira-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/1broseidon/mcp-jira-server'

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