Create Case
create_caseCreate a new issue in FogBugz by specifying title, project, area, assignee, and priority to track bugs or tasks.
Instructions
Creates a new FogBugz case. Example: create a bug titled "Login fails on Safari" in project "Website", area "Auth", assigned to "john@example.com", priority 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title or summary of the issue | |
| description | No | Detailed description of the issue. Plain text only – HTML and Markdown are not supported by the FogBugz 8.x API. | |
| project | No | Project name where the case should be created | |
| area | No | Area name within the project | |
| milestone | No | Milestone (FixFor) name | |
| priority | No | Priority level (number 1-7) or name | |
| assignee | No | Person to assign the case to |