haops_create_issue
Create a new issue in a HAOps feature by providing the project slug, feature ID, and title, with optional fields for type, priority, assignee, and more.
Instructions
Create a new issue in a HAOps feature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Issue type (optional) | |
| notes | No | Internal notes for tracking progress (optional) | |
| title | Yes | Issue title | |
| status | No | Issue status (optional) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| priority | No | Priority level (optional) | |
| featureId | Yes | UUID of the parent feature | |
| assignedTo | No | UUID of the user assigned to this issue (optional) | |
| targetDate | No | Target completion date in YYYY-MM-DD format (optional) | |
| description | No | Detailed issue description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| acceptanceCriteria | No | Acceptance criteria for the issue (optional) |