Update Case
update_caseModify existing FogBugz cases by updating fields like title, milestone, priority, or adding comments to track progress and changes.
Instructions
Updates an existing FogBugz case with new field values. Example: change the title of case 42 to "Improved error message", move it to milestone "v2.1", or add a comment explaining what changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | The ID of the case to update | |
| title | No | New title for the case | |
| description | No | Additional comment to add to the case. Plain text only – HTML and Markdown are not supported by the FogBugz 8.x API. | |
| project | No | Project to move the case to | |
| area | No | Area within the project | |
| milestone | No | Milestone (FixFor) name | |
| priority | No | Priority level (number 1-7) or name |