Create Paperclip issue
paperclip_issue_createCreate an issue or subtask in Paperclip with required title and optional details for priority, assignees, labels, and blockers. Returns a compact acknowledgement.
Instructions
Create an issue/subtask in authoritative Paperclip state. Returns only a compact acknowledgement; the full created issue response is deliberately not injected into model context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Uncommon Paperclip request fields not covered by the dedicated arguments. | |
| title | Yes | ||
| status | No | ||
| goal_id | No | ||
| priority | No | ||
| label_ids | No | ||
| parent_id | No | ||
| project_id | No | ||
| description | No | ||
| assignee_user_id | No | ||
| assignee_agent_id | No | ||
| blocked_by_issue_ids | No |