Next task to work
next_taskGet the next task to work on from your project board, prioritizing in-progress items then due dates. Returns null when board is clear.
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 |