add_jira_comment
Add comments to Jira issues and optionally restrict visibility to specific groups or roles.
Instructions
Adds a comment to an existing Jira issue. You can also control the visibility of the comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The text content of the comment. | |
| issueKey | Yes | The key of the issue to which the comment will be added (e.g., "PROJ-123"). | |
| visibility | No | An object that sets the visibility of the comment to a specific project role or group. Optional. |