haops_claim_issue
Claim an issue to work on, verifying availability and marking it in-progress before implementation.
Instructions
Claim an issue for work. Checks availability and marks as in-progress. Use before starting implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | UUID of the issue to claim | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| checkOnly | No | Only check if claimable, do not actually claim (default: false) |