Get bug details
get_bugFetch full bug details by ID or alias, including status, resolution, product, assignee, dependencies, and more, in one request.
Instructions
Fetch one or more bugs by ID or alias with full metadata (status, resolution, product/component, assignee, dependencies, regressions, duplicates, flags, see-also links, keywords, whiteboard, timestamps). Does not include comments; use get_bug_comments for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Bug IDs or aliases | |
| include_fields | No | Override the returned fields. Use ['_all'] for every field including custom cf_* fields. The CC list is only included when 'cc' or '_all' is requested explicitly (cc_count is always present). |