jira_add_comment
Add a Markdown comment to a specified Jira issue using the issue key.
Instructions
Add a comment to a Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key. comment: Comment text in Markdown.
Returns: JSON string representing the added comment object.
Raises: ValueError: If in read-only mode or Jira client unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | Comment text in Markdown format | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |