Get Case
get_caseRetrieve detailed information and complete comment history for a specific FogBugz case to track issue progress and communication.
Instructions
Gets detailed information about a specific FogBugz case, including its full event/comment history. Example: fetch all details and comments for case 42.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | The ID of the case to fetch | |
| cols | No | Comma-separated list of columns to return (default: sTitle,sStatus,sPriority,sProject,sArea,sFixFor,sPersonAssignedTo,events) |