Next task to work
next_taskAssign the next open ticket from your project board, prioritizing In Progress tasks, then earliest due date, then oldest tickets. Returns null when all tasks are completed.
Instructions
Return the next open ticket to work (status Todo or In Progress), so you can pull work one item at a time. Prefers In Progress, then earliest due date, then oldest ticket. Returns null when the board is clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | all | |
| project | Yes |