create_task
Create a new task on a ScrumDo card by providing card reference, description, and optional assignee ID.
Instructions
Create a new task on a card.
Args: card_ref: Card reference, e.g. 'ON-914'. description: Task description (plain text or markdown). assignee_id: Optional user ID to assign the task to.
Returns the created task object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| description | Yes | ||
| assignee_id | No |