mcp-jira-server

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

ID: 2a6ts4367i