get_request_comment
Retrieve a specific comment from a Jira issue using the issue key and comment ID.
Instructions
Get a single comment by its ID.
Args: issue_id_or_key: The issue key (e.g. "X000") or numeric issue ID. comment_id: The numeric comment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id_or_key | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |