Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is a story point in Jira? A practical guide to estimation, planning, and forecasting

One developer completes a task in 4 hours. The other developer takes 2.5 weeks to complete the exact same task. So how many story points is this task worth?

The answer: the same value for both developers.

That's because story points aren't supposed to measure how fast a particular person works. They estimate the relative estimation of the work itself — including the complexity, effort required, risk, and uncertainty.

But if story points don't tell you how long something will take, how can they help development teams plan a project or set a realistic deadline?

In this guide, we'll look at what story points actually measure, how to assign story points in Jira, how the entire team can use Planning Poker, and how to turn estimates into a more realistic delivery plan.

What are story points in Jira?

Story points are a relative unit of measurement Agile teams use to estimate the size of a Jira work item or user story.

Instead of asking, “How many hours will this take?”, the dev team asks:

“How big is this piece of work compared with other work we've done?”

A story point estimate usually takes several factors into account:

  • Amount of work — How much needs to be done?

  • Complexity — How technically challenging is it?

  • Risk — What could go wrong?

  • Uncertainty — How much do we still not know?

For example, adding a validation rule to an existing form might be a 2-point story for your team. Integrating a third-party API might be an 8-pointer because it involves more moving parts, testing, dependencies, and unknowns.

The numbers aren't universal. A 5-point story for one team might be a 3-point story for another.

What matters is consistency across the whole team and a shared understanding of what each number represents.

Story points aren't hours

This is probably the most important thing to understand.

A 5-point story does not mean five hours, five days, or any other fixed amount of time.

In fact, deliberately avoiding a direct conversion is one reason teams use story points instead of time-based estimates.

Time estimates can create a false sense of precision. Saying “this will take 14 hours” sounds reassuringly exact — even when you're making an educated guess.

Story points provide another way to acknowledge uncertainty.

A 5-point story is simply larger, more complex, or more uncertain than a 3-point story and smaller than an 8-point story.

How to add Story Points in Jira

You open your Jira backlog, ready to start estimating, and... the story point field is nowhere to be found. Don't worry. This is a classic Jira admin puzzle. 

  • If you’re the admin, here’s the quick fix: go to Project Settings > Features, enable Estimation. Then go to Work types and add the Story Point Estimation field
  • If you’re not the admin, just send this paragraph to the person who is—it'll save you both a headache. 

how to add story points in jira.png

How do you account for different speeds when estimating story points?

If you changed the story point estimate every time you changed the developer, you'd stop estimating the work and start estimating the person.

Story points should reflect the effort required to complete the work, not the individual speed of the person assigned to it.

Instead, teams use historical data and capacity when planning delivery.

That's an important distinction:

  • Story points tell you how big the work is.

  • Velocity tells you how much work the team usually completes.

  • Capacity tells you how much availability the team actually has right now.

Those three things work together, but they aren't interchangeable.

How to estimate story points in Jira

There's no universal estimation method, but many Agile teams use the Fibonacci sequence:

1 → 2 → 3 → 5 → 8 → 13

The growing gaps make teams less likely to argue over false precision.

Start with a few familiar tasks and use them as reference points. Then compare new multiple stories against them.

For example:

“Adding a field to an existing form is 2 points. Is this new integration roughly twice as large? Then it might be a 5.”

The goal isn't mathematical precision. It's to create a shared understanding of what different estimates mean.

Over time, you may even build a simple internal reference list of typical tasks and their usual estimates.

What about T-shirt sizing?

Some teams use T-shirt sizing — XS, S, M, L, XL — for early-stage estimation.

It's useful when you're discussing large features or roadmap items and don't yet have enough detail to assign story points.

Once the work is better understood, teams can switch to a more granular story point scale during the next refinement session.

How does Planning Poker work?

Story point estimation works best when it's a team activity rather than one person's best guess. That's why most teams using Scrum rely on collaborative estimation techniques such as Planning Poker.

To run Planning Poker, the entire Scrum team reviews the story and independently chooses an estimate.

The process is simple:

  1. The product owner or facilitator presents the story.

  2. Team members discuss the scope and possible solutions.

  3. Each participant chooses a story point value privately.

  4. Everyone reveals their cards at the same time.

  5. If the estimates are close, the team agrees on a final estimate.

  6. If they're far apart, the people with the highest and lowest estimates explain their reasoning.

  7. The team discusses the differences and votes again if necessary.

The interesting part isn't the voting. It's the disagreement.

If one developer chooses 3 and another chooses 13, there's probably something worth discussing — a dependency, edge case, or assumption someone else hasn't considered.

The goal isn't to find an average. It's to uncover differences in assumptions and reach an estimate that reflects team effort.

What do 1, 3, 5, or 8 story points actually mean?

There is no universal answer.

A typical internal scale might look something like this:

  • 1 point — Tiny, familiar change with little uncertainty

  • 2–3 points — Straightforward work with a few moving parts

  • 5 points — Moderate complexity or several components

  • 8 points — Significant work, complexity, or uncertainty

  • 13 points — Large or uncertain enough to investigate or split

But don't treat this as a dictionary.

Your team's 5-point story doesn't have to look like another team's 5-point story. The same value can represent different work across different teams.

The number becomes useful when the entire team uses it consistently.

What if a story is too big to estimate?

Sometimes the problem isn't deciding how many points a story should have.

The problem is that the story is simply too big or too unclear.

Consider:

“Enable OAuth2 login.”

It sounds simple enough.

Then the team starts asking:

  • How does it integrate with the existing authentication system?

  • What happens to existing users?

  • Which provider are we using?

  • How will permissions work?

  • What edge cases need testing?

  • Are there security requirements?

  • What happens if the integration fails?

Suddenly, your “5-point story” looks considerably less certain.

Instead of arguing over the estimate, consider splitting the work or running a spike — a short, time-boxed investigation designed to reduce uncertainty.

Once the team knows more, re-estimate the story.

Clear stories make the estimation process easier. If a story repeatedly gets wildly different estimates, that's often a sign that it needs more discovery.

How do story points help with sprint planning?

Once your team has estimated the backlog, story points can help you decide how much work to pull into a sprint.

This is where velocity comes in.

Suppose your team completed:

  • Sprint 1 → 24 points

  • Sprint 2 → 28 points

  • Sprint 3 → 26 points

  • Sprint 4 → 25 points

Your recent velocity is around 26 points per sprint.

That gives you useful historical data. If your backlog contains 78 points, you might roughly expect it to take around three sprints.

But don't turn that calculation into a promise.

Velocity is based on what happened before. It doesn't automatically tell you what the team can handle next week or over the next few sprints.

How to turn story points into a realistic project forecast

Story points can contribute to forecasting, but they aren't a deadline calculator.

A more realistic planning process looks like this:

Story points → Velocity → Capacity → Schedule → Forecast

1. Story points

Estimate the relative size of the work.

2. Velocity

Look at how much work the team has historically completed.

3. Capacity

Use Planyway's Workload view to adjust that historical picture for the team's actual availability — including individual capacity, vacations, and work already scheduled across projects.

Дизайн без названия (60).png

4. Schedule

Use Planyway's visual timeline to place the work against real dates, assignees, dependencies, and working time, so you can see whether the plan actually fits before the sprint begins.

Дизайн без названия (62).png

5. Forecast

Use all of that information to estimate when the work is likely to be delivered.

This is much more useful than trying to turn “8 story points” into “64 hours.” Story points provide an input for forecasting; they aren't a time conversion formula.

Common story point mistakes to avoid

Treating story points as hours

A 5-point story isn't five hours.

Changing points depending on who's doing the work

Story points estimate the work, not an individual's speed.

Comparing story points between teams

A 30-point sprint for one team isn't automatically equivalent to a 30-point sprint for another.

Using story points to measure individual productivity

Story points are a team estimation tool, not a leaderboard.

Treating velocity as guaranteed capacity

Historical velocity is useful for forecasting, but your team's current availability may be completely different.

Ignoring cross-project work

Team members work across projects, and that work can easily disappear from a single Jira project's view.

Keeping enormous stories in the backlog

If the team can't confidently estimate the work, split it or investigate it rather than forcing a number.

Story points vs. hours: should you use both?

Story points and time tracking aren't necessarily competing approaches. They answer different questions.

Story points help estimate relative size before the work starts.

Time tracking tells you how much time was actually spent.

That creates a useful feedback loop:

Estimate → plan → deliver → track → learn → improve the next estimate.

The goal isn't to make story points secretly behave like hours.

Instead, actual data can help you understand where work repeatedly takes longer than expected, where estimates are inconsistent, or where your process has recurring bottlenecks.

P.S. With Planyway's planned-vs.-tracked reporting, teams can compare planned work with actual logged time and use that information to improve future planning.

FAQs

Is one story point equal to one day?

No. One story point isn't a unit of time. It represents relative effort or work size compared with other work.

What are 4 story points in Jira?

Four story points means your team considers the work larger than its 3-point work and smaller than its 5-point work. If you use Fibonacci estimation, you'd normally choose 3 or 5 instead.

Do story points affect automation?

They can. Jira automation rules can use story point values to trigger actions — for example, flagging stories above a certain size. Whether and how story points affect automation depends on your Jira project and configuration.

Can I edit story points?

Whether you can edit story points depends on your Jira project's configuration, permissions, and issue type. In some setups, administrators may need to enable story points or add the Story Points field to the relevant screen.

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events