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)

Managing Work Items

In the previous chapter, we learned about what JIRA is, how to get started with it, and how to create a project in JIRA. In this chapter, we're going to learn about managing all of the work items that we have.

In this chapter, we'll be learning about epics, stories, bugs, and tasks; what each of these things are; and how we will use and create them in an agile project. Then, we're going to learn about issue type attributes. We're going to talk about adding and removing them, and making them fit the type of work that we're doing in JIRA. Then, we're going to learn about managing the items in our backlog, before learning about our board (those of us that do scrum are going to feel very comfortable with the board) and how to configure it.

In this chapter, we will learn about the following topics:

  • Introducing epics, stories, bugs...