Book Image

Hands-On Agile Software Development with JIRA

By : David Harned
Book Image

Hands-On Agile Software Development with JIRA

By: David Harned

Overview of this book

As teams scale in size, project management can get very complicated. One of the best tools to deal with this kind of problem is JIRA. This book will start by organizing your project requirements and the principles of Agile development to get you started. You will then be introduced to set up a JIRA account and the JIRA ecosystem to help you implement a dashboard for your team's work and issues. You will learn how to manage any issues and bugs that might emerge in the development stage. Going ahead, the book will help you build reports and use them to plan the releases based on the study of the reports. Towards the end, you will come across working with the gathered data and create a dashboard that helps you track the project's development.
Table of Contents (8 chapters)

Burndown reports

Now, we'll discuss burndown reports. You may have seen a burndown before, but now, you'll learn how to use it during a sprint iteration in Scrum. In this section, we're going to discuss the report (as used in JIRA) more specifically, including how we read it and what kinds of data we can use from it.

As you already know, a burndown is used to measure the progress within an iteration, and it helps us to understand whether we are on or off track from our ideal state as we go along. In a burndown, the vertical axis represents the total amount of work that exists inside of that iteration, and the horizontal axis represents the time.

Burndowns tell us stories. The more we look at them, the more we will understand what may or may not have happened during an iteration; we get pretty good at telling the story by looking at the burndowns. If we start to...