Get bug comments
get_bug_commentsRetrieve comments for a Bugzilla bug, including the original description, with options to paginate, sort, filter by time, and truncate long comments.
Instructions
Fetch the comment thread for a bug. Comment #0 is the original description. Supports paging, newest-first ordering, filtering by time, and truncating long comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum comments to return | |
| order | No | oldest_first | |
| bug_id | Yes | Bug ID or alias | |
| offset | No | Skip this many comments (after ordering) | |
| new_since | No | Only comments created at/after this time (ISO timestamp or relative like -7d) | |
| include_description | No | Include comment #0 (the bug description) | |
| max_chars_per_comment | No | Truncate each comment's text to this many characters |