create_issue
Creates a new incident issue with specified title, description, labels, and other attributes.
Instructions
Create a new incident issue. labels is comma-separated; features_json is a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | code | |
| title | Yes | ||
| labels | No | ||
| source | No | agent | |
| status | No | open | |
| assignee | No | ||
| reporter | No | ||
| severity | No | medium | |
| description | No | ||
| features_json | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |