Next task to work
next_taskFetches the next open ticket to work on, prioritizing In Progress, then earliest due date, then oldest. Returns null when board is clear; includes eta estimate when enabled.
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. When the project config etaHints is on (default), also carries an eta estimate for the returned ticket (FBMCPF-269).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | all | |
| project | Yes |