Get bug change history
get_bug_historyRetrieve a bug's field-change history to track status, resolution, priority, assignee, flag, and CC changes. Filter by specific fields or time window to isolate relevant updates.
Instructions
Fetch the field-change history of a bug (status/resolution transitions, priority changes, assignee changes, flag changes, CC additions, etc.). Optionally filter to specific fields or a time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| bug_id | Yes | Bug ID or alias | |
| fields | No | Only include changes to these fields, e.g. ['status', 'resolution', 'priority', 'assigned_to', 'flagtypes.name', 'keywords'] | |
| new_since | No | Only changes made at/after this time (ISO timestamp or relative like -30d) | |
| exclude_cc | No | Drop CC-list changes, which are usually noise |