Close Case
close_caseMark a FogBugz case as resolved or will not fix, adding optional comments to document closure reasons.
Instructions
Closes a FogBugz case (marks it as will not fix / done). Example: close case 42 with comment "Closed — duplicate of case 10".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | The ID of the case to close | |
| comment | No | Comment to add when closing. Plain text only. |