paperclip_release_issue
Releases a checked-out issue back to the board without marking it done, returning it to an assignable state for when work is abandoned mid-run due to a blocker or wake-mismatch.
Instructions
Release a checked-out issue back to the board without marking it done.
Args:
issueId: string — Issue ID or identifier (example: "PAP-42")
Returns: Returns the updated issue object with executionRunId cleared.
Examples:
Use when: abandoning work mid-run due to a blocker or wake-mismatch; issue returns to assignable state
Don't use when: you finished the work — use paperclip_update_issue with status:'in_review' or 'done' instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: issue not found → verify ID with paperclip_list_issues
409: issue is not checked out by the current agent → check current issue state with paperclip_get_issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | Issue ID or identifier (e.g. PAP-21) |