haops_create_feature
Create a feature within a HAOps module by providing project, module, title, and owner. Supports optional details like description, acceptance criteria, status, priority, and dates.
Instructions
Create a new feature in a HAOps module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal notes for tracking progress (optional) | |
| title | Yes | Feature title | |
| status | No | Feature status (optional) | |
| ownerId | Yes | UUID of the feature owner (user ID) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| moduleId | Yes | UUID of the parent module | |
| priority | No | Priority level (optional) | |
| startDate | No | Start date in YYYY-MM-DD format (optional) | |
| targetDate | No | Target completion date in YYYY-MM-DD format (optional) | |
| description | No | Detailed feature description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| acceptanceCriteria | No | Acceptance criteria for the feature (optional) |