Get task by number
get_task_by_numberRetrieve a task's full details by its human-friendly #N number within a board, automatically resolving to the task UUID. Use when you know the task number but not the UUID.
Instructions
Get a task by its human-friendly number (the #N shown in the UI) within a board. Resolves the number to the task UUID and returns full details (same shape as get_task). Handy when you know the #N but not the UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Task number — the #N in the UI, without the '#' | |
| board_slug | Yes | Board slug the task belongs to |