Find Comparable Tasks
asana_find_comparable_tasksFind completed tasks similar to a target task to anchor estimates on real history. Compare story points and actual cycle time to reveal where past estimates were wrong.
Instructions
Find completed tasks similar to a target task, to anchor an estimate on real history (reference-class forecasting). Returns each comparable's story points AND its actual cycle time, which is what reveals where past estimates were wrong. Similarity is computed from name/description term overlap, shared tags, and section match. Use this before estimating so the estimate is grounded in what work of this shape has actually cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task to estimate. A task name, an Asana URL, or a raw GID all work. | |
| limit | No | How many comparables to return (1–50, default 25). Cycle time is only computed for the top 12, since each costs an API request. | |
| project | No | Project GID to search for comparables in. Defaults to the target task's own project. |