tasks_assign
Assign a task to a collaborator using their email address. Accepts task UUID, short ID, or title, and returns a dashboard URL.
Instructions
Assign a task to a collaborator by their email address. Accepts any task identifier: UUID, short_id, or task title. The response includes a dashboard URL — always show it to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Task identifier — can be a UUID, short_id (e.g. 'hpiu09'), or task title/name | |
| assignee_email | Yes | Email of the collaborator to assign the task to |