Skip to content

Project Estimates

Estimates let your team size work items relative to each other so you can plan sprints, predict delivery timelines, and balance workloads. SetGet supports three estimation approaches — points, categories, and time — each suited to different team styles. Every project can use at most one estimation system at a time, and the system can be changed at any point.

Three estimation types

SetGet provides three fundamentally different ways to estimate work:

TypeHow it worksBest for
PointsAssign a numeric value from a defined scale. Supports Fibonacci, Linear, and Custom sequences.Teams that want quantitative velocity tracking and capacity planning.
CategoriesAssign a named size level (e.g., Small, Medium, Large). No numeric values.Teams that prefer qualitative estimation without debating exact numbers.
TimeAssign an estimate in hours.Teams that bill by the hour, need precise scheduling, or track time against estimates.

Points estimation

Point-based estimation assigns a numeric value to each work item. SetGet offers three built-in point scales, plus the ability to define a custom scale.

Fibonacci

The Fibonacci sequence is the most popular estimation scale in agile teams. The increasing gaps between values force teams to think in relative terms rather than precise predictions.

Point values
1, 2, 3, 5, 8, 13, 21

Linear

A simple sequential scale for teams that prefer uniform increments.

Point values
1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Custom

Define your own point values when the built-in scales do not fit your workflow.

  1. Go to Settings > Estimates.
  2. Select Points as the estimation type.
  3. Choose Custom.
  4. Enter your point values (comma-separated, e.g., "0.5, 1, 2, 4, 8, 16").
  5. Click Save.

TIP

Keep custom scales short — 5 to 8 values is ideal. If your team regularly debates between adjacent values, your scale has too many options.

Category estimation

Categories let teams estimate using named size buckets instead of numbers. This is sometimes called "T-shirt sizing."

Default categories

CategoryTypical meaning
XSTrivial task, minimal effort
SSmall task, a few hours
MMedium task, roughly a day
LLarge task, multiple days
XLVery large task, consider breaking it down

Custom categories

You can rename or replace the default categories to match your team's vocabulary:

  1. Go to Settings > Estimates.
  2. Select Categories as the estimation type.
  3. Edit the category names (e.g., "Tiny", "Small", "Medium", "Big", "Epic").
  4. Click Save.

WARNING

Category estimates are qualitative. They do not have numeric values, so SetGet cannot calculate velocity or generate numeric burndown charts. If you need quantitative metrics, use Points or Time instead.

Time estimation

Time-based estimation lets you assign a duration in hours to each work item.

  1. Go to Settings > Estimates.
  2. Select Time as the estimation type.
  3. Click Save.

When time estimation is enabled, each work item gets an Estimate field where members enter hours (e.g., 2, 4.5, 8, 16).

Benefits of time estimation

  • Directly maps to scheduling and resource allocation.
  • Easy to compare against actual time spent (when combined with time tracking).
  • Useful for client-facing projects where hours are billed.

Drawbacks

  • Teams tend to underestimate in hours, leading to inaccurate plans.
  • Creates pressure to track exact hours rather than focus on delivering value.
  • Less abstract than points, which can make estimation sessions more contentious.

Configure the estimation system

  1. Open the project Settings > Estimates.
  2. Choose the estimation type: Points, Categories, or Time.
  3. If you chose Points, select the scale (Fibonacci, Linear, or Custom).
  4. If you chose Categories, configure the category names.
  5. Click Save.

The estimation system takes effect immediately. All work items in the project can now have estimates assigned.

Change the estimation system

You can switch estimation systems at any time:

  1. Go to Settings > Estimates.
  2. Select a different type or scale.
  3. Click Save.

WARNING

Changing the estimation system clears existing estimates from all work items in the project. This action cannot be undone. Make sure your team is aligned before switching systems.

Disable estimates

If your team does not use estimation:

  1. Go to Settings > Estimates.
  2. Select None or disable the estimates feature.
  3. The estimate field is removed from work items.

Assign estimates to work items

Once an estimation system is configured, every work item has an Estimate field.

From the work item detail

  1. Open a work item.
  2. Click the Estimate field in the side panel.
  3. Select a value (for Points or Categories) or enter a number (for Time).

From list view

  1. Click the estimate cell for a work item in the list.
  2. Select or enter the estimate value.

Using bulk edit

  1. Select multiple work items.
  2. Click Bulk Edit.
  3. Set the Estimate value.
  4. Click Apply.

Estimates in cycles and modules

Estimates integrate deeply with cycles and modules to support capacity planning:

Cycle capacity

When you open a cycle with estimation enabled, SetGet shows:

MetricDescription
Total estimateSum of all estimated values for items in the cycle (Points or Time)
Completed estimateSum of estimates for items in Completed states
Remaining estimateTotal minus completed
Scope changeEstimate added or removed after the cycle started

Module progress

Modules display similar aggregate metrics:

  • Total estimated effort across all items in the module.
  • Breakdown by state group (Backlog, Unstarted, Started, Completed, Cancelled).
  • Percentage of estimated work completed.

Burndown and velocity

When using point or time estimates, SetGet generates:

  • Burndown charts — visualize how the remaining estimate decreases over the cycle.
  • Velocity trends — track how many points or hours your team completes per cycle, averaged over recent cycles.

TIP

Velocity tracking requires at least 3 completed cycles with consistent estimation to produce useful trends. Give your team time to calibrate before relying on velocity projections.

Choosing the right estimation system

ConsiderPointsCategoriesTime
Team is new to estimationGoodBestAvoid
Need velocity metricsYesNoYes
Bill clients by the hourNoNoYes
Want to avoid number debatesNoYesNo
Need burndown chartsYesNoYes
Team uses ScrumBestGoodOkay
Team uses KanbanOptionalGoodOptional

Best practices

  • Estimate relative to each other — when using points, do not try to convert to hours. Compare items against reference stories your team has already completed.
  • Re-estimate rarely — once an item is estimated and in progress, avoid changing the estimate. Track variance at the cycle level instead.
  • Use planning poker — have each team member estimate independently, then discuss outliers. This reduces anchoring bias.
  • Do not estimate everything — small chores, one-line fixes, and administrative items can skip estimation. Focus on items that represent meaningful effort.
  • Calibrate over time — revisit your estimation accuracy each cycle and adjust your understanding of what each point or category means.