haops_update_feature
Update an existing feature's details, status, or priority in a HAOps project module.
Instructions
Update an existing feature in a HAOps module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal notes for tracking progress (optional) | |
| title | No | Feature title (optional) | |
| status | No | Feature status (optional) | |
| ownerId | No | UUID of the feature owner (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 feature to update | |
| 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) |