get_comments
Retrieve a Jira issue's comment thread as Markdown, including author, timestamp, edit status, and visibility restrictions. Use when only the discussion is needed, not the full ticket body.
Instructions
Get only the comment thread of a Jira issue, as Markdown.
Each comment includes author, timestamp, whether it was edited, and any visibility restriction. Use this instead of get_issue when the ticket body is already known and only the discussion is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of comments to return (1-100). | |
| issue_key | Yes | Jira issue key like "PROJ-123". | |
| newest_first | No | Set True to get the most recent comments first — useful for long threads where only the latest state matters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |