Skip to content

JIRA Agile Basic Concept

gpawade edited this page Feb 11, 2018 · 1 revision

JIRA Agile glossary

Burndown Chart

A Burndown Chart shows the actual and estimated amount of work to be done in a sprint. The horizontal x-axis in a Burndown Chart indicates time, and the vertical y-axis indicates cards (issues). Use a Burndown Chart to track the total work remaining and to project the likelihood of achieving the sprint goal. By tracking the remaining work throughout the iteration, a team can manage its progress and respond accordingly.

Epic Burndown

The Epic Burndown report shows you how your team is progressing against the work for a epic. An epic is a large user story that can be broken down into a number of smaller stories. The report will show data based on the estimation statistic that your board is using.

Velocity Chart

The Velocity Chart shows the amount of value delivered in each sprint, enabling you to predict the amount of work the team can get done in future sprints. It is useful during your sprint planning meetings, to help you decide how much work you can feasibly commit to. You can estimate your team's velocity based on the total Estimate (for all completed stories) for each recent sprint. This isn't an exact science — looking at several sprints will help you to get a feel for the trend. For each sprint, the Velocity Chart shows the sum of the Estimates for complete and incomplete stories.

Release Burndown

The Release Burndown report shows you how your team is progressing against the work for a release. Here are some of the ways that you could use a Release Burndown report:

  • See how quickly your team is working through the backlog
  • 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 a version, based on past sprints and changes during the sprints.

Cumulative Flow Chart(CFD)

CFD is an area chart that shows the various statuses of work items for a particular time interval. The horizontal x-axis in a CFD indicates time, and the vertical y-axis indicates cards (issues). Each coloured area of the chart equates to a workflow status (i.e. a column on your board).

Epic Report

The Epic Report shows a list of complete, incomplete and unestimated issues in an epic. It is particularly useful for planning work for an epic that may extend over multiple sprints.

Scrum

Scrum is an Agile development methodology where work is completed iteratively over a number of discrete time periods (sprints).

Clone this wiki locally