haops_update_issue
Update any field of an existing issue in your HAOps project, such as title, description, status, priority, or assignment.
Instructions
Update an existing 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 | No | Issue title (optional) | |
| status | No | Issue status (optional) | |
| issueId | Yes | UUID of the issue to update | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| priority | No | Priority level (optional) | |
| 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) |