Resolve Case
resolve_caseMark a FogBugz case as fixed or completed by providing the case ID and optional resolution details.
Instructions
Resolves (marks as fixed/completed) a FogBugz case. Example: resolve case 42 with comment "Fixed in commit abc123".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | The ID of the case to resolve | |
| comment | No | Comment to add when resolving. Plain text only. | |
| ixStatus | No | Status ID to resolve with (use api_request with cmd=listStatuses to find valid IDs) |