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)

How JIRA uses projects to keep work organized

Follow these steps to create projects in JIRA:

  1. Log in using our JIRA credentials. Click on Create project:
Projects view

  1. I have already created a First Project, so in our example, let's name the project Second Project. In the following screenshot, you can see that we have a Scrum template, and we can change that to something else if we want to; for now, we'll leave it as it is and click on the Create button:
  1. Now, as you can see in the following screenshot, we have a First Project, as well as our new Second Project:
  1. Go to View all projects, where you will be able to see all of the projects, as follows:
  1. Click on Second Project. In the following screenshot, you can see what the Backlog view looks like. This is where we can create a test story and put items into our backlog:

JIRA uses projects to help us organize our work and create a holding place for everything. Each project has a unique key, which is a three- or four-digit ID that we can reference, as well. You'll see those more as we move forward in this book.

We'll go into more detail about what all of these different things are in the UI, but for now, it's important to note that projects are what JIRA uses in order to organize our work.