- The Agile Coach
- Agile Manifesto
Agile project management
- Overview
- Project management intro
- Workflow
- Epics, stories, themes
- Epics
- User Stories
- Estimation
- Metrics
- Gantt chart
- Program management vs. project management
- Project baseline
- Continuous improvement
- Lean principles
- 3 pillars of Scrum
- Scrum Board
- Waterfall Methodology
- Velocity in Scrum
- What is Definition of Ready
- Lean vs. agile
- Scrumban
- Lean Methodology
- Sprint backlog
- Burn up chart
- 4 kanban principles
- 4 kanban metrics
- Program vs. Project Manager
- Gantt chart examples
- Definition of done
- Backlog grooming
- Lean process improvement
- Backlog refinement meetings
- Scrum values
- Scope of work
- Scrum tools
- Tools
- Workflow automation software
- Templates
- Task tracker
- Workflow automation
- Status report
- Workflow chart
- Project roadmap
- Project schedule
- Tracking software
- Roadmap tools
- Technology roadmap
- Project scheduling software
- Backlog management tools
- Understanding workflow management strategies
- Workflow examples
- Create project roadmap
- Sprint planning tools
- Sprint demo
- Project Timeline Software
- Top task management tools
- Product backlog vs. sprint backlog
- Top workflow management tools
- Project dependencies
- Task dashboard guide
- Sprint cadence
- Fast tracking
Product Management
- Overview
- Product Roadmaps
- Product Manager
- Tips for new product managers
- Roadmaps
- Tips for presenting product roadmaps
- Requirements
- Product analytics
- Product development
- Remote product management
- Minimal viable product
- Product discovery
- Product specification
- Product development strategy
- Product development software
- New product development process
- Product management KPIs
- Net Promoter Score (NPS)
- Product critique
- Prioritization frameworks
- Product features
- Product management tools
- Product Lifecycle Management
- 9 best roadmap software for teams
- Product launch checklist
- Product strategy
- Product engineering
- Product operations
- Portfolio management
- AI and product management
- Growth product management
- Product metrics
- Product release
- Feature request
- Product launch
- Product planning
- Product launch event
- Value Stream Management
- DevOps
Agile tutorials
- Overview
- Jira and Confluence sprint refinement
- How to do scrum with Jira
- Learn kanban with Jira
- Learn how to use Epics in Jira
- Learn how to create an agile board in Jira
- Learn how to use sprints in Jira
- Learn Versions with Jira
- Learn Issues with Jira
- Learn burndown charts with Jira
- Auto-create sub-tasks and update fields in Jira
- How to automatically assign issues with Jira Automation
- How to sync epics stories with Jira Automation
- Automatically escalate overdue issues in Jira
About the Agile Coach
- All articles
The guide to using burndown charts in Jira
By Max Rehkopf
By Max Rehkopf
As a self-proclaimed “chaos muppet” I look to agile practices and lean principles to bring order to my everyday. It’s a joy of mine to share these lessons with others through the many articles, talks, and videos I make for Atlassian
Get started for free with Jira
Jira Burndown Chart Tutorial
In this tutorial, we'll explain how to monitor your sprints and epics using burndown charts in Jira.
What is a burndown chart?
A burndown chart shows the amount of work that has been completed in an epic or sprint, and the total work remaining. Burndown charts are used to predict your team's likelihood of completing their work in the time available. They're also great for keeping the team aware of any scope creep that occurs.
Burndown charts are useful because they provide insight into how the team works. For example:
If you notice that the team consistently finishes work early, this might be a sign that they aren't committing to enough work during sprint planning.
If they consistently miss their forecast, this might be a sign that they've committed to too much work.
If the burndown chart shows a sharp drop during the sprint, this might be a sign that work has not been estimated accurately, or broken down properly.
Step 1: Set your team's estimation statistic
What is an estimation statistic?
The estimation statistic is the unit of measurement your team will use to estimate work. In Jira, you can measure work using story points, hours, or you can come up with your own statistic.
The estimation statistic is important because it's used to calculate team velocity. For each sprint, the velocity is the sum of the Estimation Statistic for completed stories. If your team is consistent with its velocity, you can use it to determine how much work they can take on in each sprint, which is useful for sprint planning.
To set the estimation statistic:
Navigate to the board or backlog, then select more (•••) > Board settings.
Click the Estimation tab.
Which estimation statistic should we use?
Traditionally, software teams estimated their work in a time format using days, weeks, and months. However, many agile teams have transitioned to story points. If you're new to agile, or not sure which one to pick, we recommend using story points.
Step 2: Estimate your issues
What's the difference between estimation and tracking?
In agile, estimation refers to measuring the size of a team's backlog, or an individual piece of work. Tracking refers to using those estimates to ensure work is on-track for completion.
To set an estimate for an issue:
In your Scrum project, select an issue either on your board, or in the backlog.
In the issue details, click the Estimate field.
Enter an estimation.
Can I change an estimate after it has been entered?
In short, yes you can. But if you change the Estimate value after a sprint has started, it'll show up as a scope change in the burndown chart.
If you're finding it hard to estimate issues, that's totally normal! Check out our estimation guide for tips and tricks on finding the right estimates for your issues.
Step 3: Track team progress with burndown charts
Sprint burndown chart
This report shows the amount of work to be done in a sprint. It can be used to track the total work remaining in the sprint, and to project the likelihood of achieving the sprint goal. By tracking the remaining work throughout the sprint, a team can manage its progress, and respond to trends accordingly. For example, if the burndown chart shows that the team may not reach the sprint goal, then they can take the necessary actions to stay on track.
To view the sprint burndown chart:
Navigate to your scrum project.
Select the Backlog or Active sprint.
Click Reports, then select Burndown Chart.
Understanding the sprint burndown chart
Estimation statistic: The vertical axis represents the estimation statistic that you've selected.
Remaining values: The red line represents the total amount of work left in the sprint, according to your team's estimates.
Guideline: The grey line shows an approximation of where your team should be, assuming linear progress. If the red line is below this line, congratulations - your team's on track to completing all their work by the end of the sprint. This isn't foolproof though; it's just another piece of information to use while monitoring team progress.
Epic burndown chart
This report shows you how your team is progressing against the work for an epic. It's optimized for Scrum teams who work in sprints and makes tracking easier. Here are some of the ways that you could use an epic burndown chart:
See how quickly your team is working through the epic.
See how work added/removed during the sprint has affected your team's overall progress.
Predict how many sprints it will take to complete the work for an epic, based on past sprints and changes during the sprints.
To view the epic burndown chart:
Navigate to your scrum project.
Select the Backlog or Active sprint.
Click Reports, then select Epic Burndown.
Select an epic from the dropdown next to the Epic Burndown header. You'll be able to choose from epics that are in projects configured for your board, via the board's filter.
Understanding the epic burndown chart
Epic menu: Select which epic to view data for.
Work added: The dark blue segment shows the amount of work added to the epic in each sprint. In this example, work is measured in story points.
Work remaining: The light blue segment shows the amount of work remaining in the epic.
Work completed: The green segment represents how much work is completed for the epic in each sprint.
Projected completion: The report projects how many sprints it will take to complete the epic, based on the team's velocity.
Looking for more?
If you're looking for more info on estimating work, check out our guide on Story points and agile estimation.
If you're looking for info on the Release burndown chart, check out our guide on Versions.
For more detailed information on Jira's sprint burndown chart, check out our Burndown chart documentation. For the epic burndown chart, check out our Epic burndown chart documentation.
For more information on metrics for your agile team, check out our Metrics guide.
For more information on driving a Scrum project in Jira, check out our How to do scrum with Jira guide. Excited to get started? Check out our Jira templates.
- The Agile Coach
- Agile Manifesto
Agile project management
- Overview
- Project management intro
- Workflow
- Epics, stories, themes
- Epics
- User Stories
- Estimation
- Metrics
- Gantt chart
- Program management vs. project management
- Project baseline
- Continuous improvement
- Lean principles
- 3 pillars of Scrum
- Scrum Board
- Waterfall Methodology
- Velocity in Scrum
- What is Definition of Ready
- Lean vs. agile
- Scrumban
- Lean Methodology
- Sprint backlog
- Burn up chart
- 4 kanban principles
- 4 kanban metrics
- Program vs. Project Manager
- Gantt chart examples
- Definition of done
- Backlog grooming
- Lean process improvement
- Backlog refinement meetings
- Scrum values
- Scope of work
- Scrum tools
- Tools
- Workflow automation software
- Templates
- Task tracker
- Workflow automation
- Status report
- Workflow chart
- Project roadmap
- Project schedule
- Tracking software
- Roadmap tools
- Technology roadmap
- Project scheduling software
- Backlog management tools
- Understanding workflow management strategies
- Workflow examples
- Create project roadmap
- Sprint planning tools
- Sprint demo
- Project Timeline Software
- Top task management tools
- Product backlog vs. sprint backlog
- Top workflow management tools
- Project dependencies
- Task dashboard guide
- Sprint cadence
- Fast tracking
Product Management
- Overview
- Product Roadmaps
- Product Manager
- Tips for new product managers
- Roadmaps
- Tips for presenting product roadmaps
- Requirements
- Product analytics
- Product development
- Remote product management
- Minimal viable product
- Product discovery
- Product specification
- Product development strategy
- Product development software
- New product development process
- Product management KPIs
- Net Promoter Score (NPS)
- Product critique
- Prioritization frameworks
- Product features
- Product management tools
- Product Lifecycle Management
- 9 best roadmap software for teams
- Product launch checklist
- Product strategy
- Product engineering
- Product operations
- Portfolio management
- AI and product management
- Growth product management
- Product metrics
- Product release
- Feature request
- Product launch
- Product planning
- Product launch event
- Value Stream Management
- DevOps
Agile tutorials
- Overview
- Jira and Confluence sprint refinement
- How to do scrum with Jira
- Learn kanban with Jira
- Learn how to use Epics in Jira
- Learn how to create an agile board in Jira
- Learn how to use sprints in Jira
- Learn Versions with Jira
- Learn Issues with Jira
- Learn burndown charts with Jira
- Auto-create sub-tasks and update fields in Jira
- How to automatically assign issues with Jira Automation
- How to sync epics stories with Jira Automation
- Automatically escalate overdue issues in Jira
About the Agile Coach
- All articles
The guide to using burndown charts in Jira
By Max Rehkopf
By Max Rehkopf
As a self-proclaimed “chaos muppet” I look to agile practices and lean principles to bring order to my everyday. It’s a joy of mine to share these lessons with others through the many articles, talks, and videos I make for Atlassian
Get started for free with Jira
Jira Burndown Chart Tutorial
In this tutorial, we'll explain how to monitor your sprints and epics using burndown charts in Jira.
What is a burndown chart?
A burndown chart shows the amount of work that has been completed in an epic or sprint, and the total work remaining. Burndown charts are used to predict your team's likelihood of completing their work in the time available. They're also great for keeping the team aware of any scope creep that occurs.
Burndown charts are useful because they provide insight into how the team works. For example:
If you notice that the team consistently finishes work early, this might be a sign that they aren't committing to enough work during sprint planning.
If they consistently miss their forecast, this might be a sign that they've committed to too much work.
If the burndown chart shows a sharp drop during the sprint, this might be a sign that work has not been estimated accurately, or broken down properly.
Step 1: Set your team's estimation statistic
What is an estimation statistic?
The estimation statistic is the unit of measurement your team will use to estimate work. In Jira, you can measure work using story points, hours, or you can come up with your own statistic.
The estimation statistic is important because it's used to calculate team velocity. For each sprint, the velocity is the sum of the Estimation Statistic for completed stories. If your team is consistent with its velocity, you can use it to determine how much work they can take on in each sprint, which is useful for sprint planning.
To set the estimation statistic:
Navigate to the board or backlog, then select more (•••) > Board settings.
Click the Estimation tab.
Which estimation statistic should we use?
Traditionally, software teams estimated their work in a time format using days, weeks, and months. However, many agile teams have transitioned to story points. If you're new to agile, or not sure which one to pick, we recommend using story points.
Step 2: Estimate your issues
What's the difference between estimation and tracking?
In agile, estimation refers to measuring the size of a team's backlog, or an individual piece of work. Tracking refers to using those estimates to ensure work is on-track for completion.
To set an estimate for an issue:
In your Scrum project, select an issue either on your board, or in the backlog.
In the issue details, click the Estimate field.
Enter an estimation.
Can I change an estimate after it has been entered?
In short, yes you can. But if you change the Estimate value after a sprint has started, it'll show up as a scope change in the burndown chart.
If you're finding it hard to estimate issues, that's totally normal! Check out our estimation guide for tips and tricks on finding the right estimates for your issues.
Step 3: Track team progress with burndown charts
Sprint burndown chart
This report shows the amount of work to be done in a sprint. It can be used to track the total work remaining in the sprint, and to project the likelihood of achieving the sprint goal. By tracking the remaining work throughout the sprint, a team can manage its progress, and respond to trends accordingly. For example, if the burndown chart shows that the team may not reach the sprint goal, then they can take the necessary actions to stay on track.
To view the sprint burndown chart:
Navigate to your scrum project.
Select the Backlog or Active sprint.
Click Reports, then select Burndown Chart.
Understanding the sprint burndown chart
Estimation statistic: The vertical axis represents the estimation statistic that you've selected.
Remaining values: The red line represents the total amount of work left in the sprint, according to your team's estimates.
Guideline: The grey line shows an approximation of where your team should be, assuming linear progress. If the red line is below this line, congratulations - your team's on track to completing all their work by the end of the sprint. This isn't foolproof though; it's just another piece of information to use while monitoring team progress.
Epic burndown chart
This report shows you how your team is progressing against the work for an epic. It's optimized for Scrum teams who work in sprints and makes tracking easier. Here are some of the ways that you could use an epic burndown chart:
See how quickly your team is working through the epic.
See how work added/removed during the sprint has affected your team's overall progress.
Predict how many sprints it will take to complete the work for an epic, based on past sprints and changes during the sprints.
To view the epic burndown chart:
Navigate to your scrum project.
Select the Backlog or Active sprint.
Click Reports, then select Epic Burndown.
Select an epic from the dropdown next to the Epic Burndown header. You'll be able to choose from epics that are in projects configured for your board, via the board's filter.
Understanding the epic burndown chart
Epic menu: Select which epic to view data for.
Work added: The dark blue segment shows the amount of work added to the epic in each sprint. In this example, work is measured in story points.
Work remaining: The light blue segment shows the amount of work remaining in the epic.
Work completed: The green segment represents how much work is completed for the epic in each sprint.
Projected completion: The report projects how many sprints it will take to complete the epic, based on the team's velocity.
Looking for more?
If you're looking for more info on estimating work, check out our guide on Story points and agile estimation.
If you're looking for info on the Release burndown chart, check out our guide on Versions.
For more detailed information on Jira's sprint burndown chart, check out our Burndown chart documentation. For the epic burndown chart, check out our Epic burndown chart documentation.
For more information on metrics for your agile team, check out our Metrics guide.
For more information on driving a Scrum project in Jira, check out our How to do scrum with Jira guide. Excited to get started? Check out our Jira templates.
Recommended for you
Templates
Ready-made Jira templates
Browse our library of custom Jira templates for various teams, departments, and workflows.
Product guide
A comprehensive introduction to Jira
Use this step-by-step guide to discover essential features and the best practices to maximize your productivity.
Git Guide
Understanding the Basics of Git
From beginners to advanced experts, use this guide to Git to learn the basics with helpful tutorials and tips.