Get task by number
get_task_by_numberResolve a task's #N number to its UUID and retrieve full task details from a board when you only know the human-friendly number.
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 |