create_issue
Create a task and assign it to an agent by providing assignee type and ID. Ideal for generating work items for agent-based workflows.
Instructions
Create a task. Dispatch to an agent with assignee_type='agent' + assignee_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| due_date | No | ISO YYYY-MM-DD | |
| priority | No | ||
| project_id | No | ||
| assignee_id | No | ||
| description | No | ||
| workspace_id | No | Workspace/company id. Omit to use the default or your only workspace. | |
| assignee_type | No | ||
| parent_issue_id | No |