Search for issues by title, key, or description
Estimates help teams plan and track work by providing a way to quantify the effort, complexity, and confidence level for issues.
Estimates allow team members to provide their assessment of an issue across three dimensions: Effort, Complexity, and Confidence. Each team member can provide their own estimate for any issue, enabling collaborative planning and consensus-building.
Key Points:
Effort represents the amount of work required to complete an issue. This is typically measured in story points, hours, or other units that make sense for your team.
Range:
1 to 100 (integer values)
Common Values:
Power-of-2 values (1, 2, 4, 8) are commonly used in agile estimation, but you can use any numeric value that fits your team's needs.
Usage:
Note: SUPPORT_REQUEST issues are excluded from version effort calculations. Their effort values are not included when computing total effort for a version.
Complexity measures how technically challenging an issue is, independent of the effort required. A simple task might take a long time (high effort) but be straightforward (low complexity).
Scale: 1 to 5
Straightforward task with clear requirements
Minor complexity, well-understood approach
Some complexity, may require research or design decisions
Significant complexity, multiple moving parts or unknowns
Highly complex, many unknowns or architectural implications
Usage:
Confidence indicates how certain you are about your estimate. Low confidence might indicate that more research or clarification is needed before starting work.
Scale: 1 to 5
Many unknowns, estimate is a rough guess
Some uncertainty, may need clarification
Reasonable certainty, minor unknowns possible
Good understanding, estimate is reliable
Very clear requirements, estimate is highly reliable
Usage:
The system aggregates estimates to provide useful statistics for planning and tracking:
Median ± Spread (e.g., 5 ± 2)Version statistics use the latest estimate per issue to avoid double-counting when multiple team members have provided estimates.