Corcava logoLe seul outil métier dont vous avez besoinCorcava
Menu
by Gregory Shein

AI Task Estimation

Estimate Tasks From Your Codebase

You can now get AI time estimates (or implementation analysis) for tasks. The AI looks at your linked repository and returns realistic development time or a high-level implementation approach based on existing patterns in your code.

Where to Find It

You need a linked repository (GitHub or GitLab) for your team. Connect it in Settings → Integrations (same setup as the Coding Report). Then, from a task on a project board, use the Analyze or Estimate action.

What You Get

  • Estimate — Suggested hours and complexity (Low/Medium/High), with a short explanation of what in the codebase drove the estimate.
  • Analyze — Implementation approach: key files, components, and considerations.
  • Task estimate field — When you use Estimate, the result can update the task's estimate so it's visible on the board.

Perfect for planning sprints and quoting work without leaving the app.

Back to What's New