jira_get_issue_comments
Get comments from a specific JIRA issue, including author, body, and creation date. Helps track issue discussions.
Instructions
Get comments on a specific JIRA issue. Returns comment author, body, and creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key (e.g., PROJ-123) | |
| maxResults | No | Maximum number of comments (default: 20) |