jira_add_comment
Add a Markdown comment to any Jira issue using its issue key, enabling AI-driven updates and annotations on tickets.
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 |