create_defect
Create a new defect record to group a novel failure pattern, specifying the name and project ID, with an optional description.
Instructions
Create a new defect record to group a novel failure pattern. payload must include: name (string), projectId (number). Optional: description (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Required: name, projectId. Optional: description. |