Predict due dates
predict_due_datesCalculate projected completion dates for open tickets based on observed throughput, suggest due dates for missing ones, and flag deadlines likely to slip.
Instructions
Estimate when open work will complete by dividing the backlog by the board's observed throughput (tickets closed per active day). Walks the priority-ordered queue to give each open ticket a projected completion date, suggests a due date for tickets that don't have one, and flags tickets whose existing due date is likely to slip. Read-only — apply a suggestion with update_task if you want it stuck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | No | Reference date (YYYY-MM-DD) to predict from; defaults to today. | |
| type | No | all | |
| project | Yes |