create_issue
Create a new issue or bug in a project. Specify title, priority, severity, and metadata to track and resolve problems.
Instructions
Create a new issue/bug in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorizing issues | |
| title | Yes | Title of the issue | |
| metadata | No | Additional metadata (stack trace, version, etc.) | |
| priority | No | Priority level | medium |
| severity | No | Severity level | medium |
| issue_type | No | Type of issue | bug |
| project_id | Yes | UUID of the project this issue belongs to | |
| assigned_to | No | Person assigned to fix the issue | |
| description | No | Detailed description of the issue | |
| environment | No | Environment where issue occurred (production, staging, dev) | |
| reported_by | No | Person who reported the issue |