How-To2026-09-0310 min read

How to Set Up Sprint Velocity Tracking in Jira

Sprint velocity is the most misused metric in agile — teams either ignore it entirely or optimize for it as if shipping more story points equals shipping more value. Used correctly, velocity is a planning input, not a performance metric. It tells you how much work your team can realistically commit to in the next sprint, based on what they actually completed in recent ones.

Jira's built-in velocity chart provides this data out of the box, but only if your sprints and estimation practices are configured properly. This guide walks through the full setup: estimation methodology, sprint configuration, the velocity chart itself, and how to interpret the data without falling into the common traps that make velocity meaningless.

Step-by-step guide

01

Choose and configure your estimation unit

Decide whether your team estimates in story points or time (hours). Story points are recommended because they separate effort from duration and are less prone to anchoring on calendar time. In Jira, go to Board Settings > Estimation and select 'Story Points' as the estimation statistic. This tells Jira which field to sum for velocity calculations.

  • Navigate to your Scrum board > Board Settings > Estimation
  • Select 'Story Points' as the estimation statistic
  • Set the 'Story Points' field as a required field on your issue types to prevent unestimated work from slipping in
02

Establish a consistent estimation scale

Use a modified Fibonacci sequence (1, 2, 3, 5, 8, 13) and define what each number means for your team. Write these definitions down: 1 = trivial change, 2 = straightforward with no unknowns, 3 = moderate with some unknowns, 5 = significant requiring design, 8 = large with dependencies, 13 = should be broken down. Anything above 13 is too big for a sprint.

  • Create a confluence page or Jira project description with your scale definitions
  • Include concrete examples from past work for each point value
  • Run calibration sessions for the first 2-3 sprints until the team converges on shared understanding
03

Configure sprint settings and duration

Go to Board Settings > Sprints and ensure your sprint duration is consistent — velocity is meaningless if you alternate between one-week and three-week sprints. Two weeks is the most common cadence. Enable 'Parallel Sprints' only if you have a specific reason; it complicates velocity tracking significantly.

  • Set a standard sprint duration (most teams use 2 weeks)
  • Disable parallel sprints unless your workflow requires them
  • Configure the default start day (typically Monday) for consistency
04

Run three sprints to establish a baseline

Velocity data becomes useful after three to four sprints of consistent estimation and sprint management. During this baseline period, resist the urge to adjust estimates to match a target velocity. The goal is to discover your team's natural throughput, not to perform for a number. Close sprints on time even if work is incomplete — move unfinished items to the next sprint.

  • Commit to closing sprints on the scheduled date regardless of completion status
  • Move incomplete issues to the next sprint rather than extending the current one
  • Track the committed vs completed points for each sprint
05

Access and configure the velocity chart

Navigate to your board, click 'Reports' in the sidebar, and select 'Velocity Chart'. Jira displays a bar chart showing committed points (gray) vs completed points (green) for each sprint. The gap between committed and completed is your planning accuracy. If completed consistently falls below committed, you are overcommitting.

  • Go to Board > Reports > Velocity Chart
  • Set the sprint range to show the last 6-8 sprints for a useful trend view
  • Note the average completed velocity — this is your planning input for next sprint
06

Use velocity to plan the next sprint

During sprint planning, use the average of your last three sprints' completed velocity as the target for the next sprint. If your last three sprints completed 24, 28, and 26 points, plan for roughly 26 points of work. Leave a 10-15% buffer for unexpected bugs, support escalations, and estimation errors. Pull work in during the sprint if you finish early.

  • Calculate the average of the last 3 completed sprint velocities
  • Subtract 10-15% for a realistic commitment
  • Use the sprint backlog to fill to that capacity during planning, not above it

Common mistakes

Using velocity as a performance metric for individuals

Velocity measures team throughput, not individual productivity. The moment you tie velocity to performance reviews, developers inflate estimates to hit targets. Velocity should only be used for planning how much work to pull into the next sprint, never for evaluating people.

Comparing velocity across different teams

Team A's 30-point sprint is not comparable to Team B's 20-point sprint. Story points are calibrated within a team based on their shared understanding of complexity. Comparing across teams incentivizes point inflation and produces meaningless data.

Extending sprints to 'finish everything'

If a sprint ends with incomplete work, close it on schedule and move unfinished items to the next sprint. Extending sprints corrupts your velocity data because the chart assumes consistent sprint durations. The incomplete items carry their learning into the next sprint's estimate.

Not estimating all work that enters the sprint

Unestimated bugs, support tickets, and production incidents that consume sprint capacity but carry zero points make your velocity look lower than reality. Either estimate everything that enters the sprint or track a separate 'unplanned work' metric alongside velocity.

Tips

Add a 'Sprint Goal' text field to each sprint — it forces the team to articulate what success looks like beyond just completing a pile of tickets.

Review the committed-vs-completed gap trend line: a widening gap means your planning is getting worse, not that the team is slowing down.

Use the velocity chart in stakeholder meetings to set realistic expectations for upcoming milestones — 'at our current velocity, this epic will take three more sprints.'

Pair velocity with a cycle time report to distinguish between planning accuracy (velocity) and execution speed (cycle time).

How Vantage helps

When Vantage generates tickets from your PRD, it assigns effort estimates calibrated to your team's historical velocity data from Jira. This means generated sprint plans respect your team's actual capacity rather than assuming an ideal throughput that never matches reality.

Frequently asked questions

Spend less time on setup, more on decisions

Vantage connects your tools and generates specs grounded in real data. Free to start.

Free to start. No credit card required.

Related reading