jira_fetch_comments
Retrieve all comments for a Jira issue by providing its key. Returns comments most recent first, or empty list if no comments exist.
Instructions
Fetch all comments for a Jira issue. Returns a list of comments ordered by most recent first, or an empty list if no comments exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jira issue key, e.g. "PROJ-123" |