Book Image

Jira Software Essentials - Second Edition

By : Patrick Li
Book Image

Jira Software Essentials - Second Edition

By: Patrick Li

Overview of this book

Jira Software is an agile project management tool that supports any agile methodology, be it scrum, Kanban, or your own unique flavour. From agile boards to reports, you can plan, track, and manage all your agile software development projects from a single tool. Jira Software brings the power of agile methodology to Atlassian Jira. This second edition of JIRA Agile Essentials, will help you dive straight into the action, exploring critical agile terminologies and concepts in the context of Jira Software. You will learn how to plan, track, and release great software. This book will teach you how to install and run Jira Software and set it up to run with Scrum and Kanban. It will also teach you to use Jira Software your way and run projects beyond the out-of-box Scrum and Kanban way, including a hybrid approach of both the methodologies and other options that come with Jira Software. Later, you will learn how to integrate it with the tools you are already using and enhance Jira with add-ons such as Confluence. You will learn to stay connected with your team from anywhere to ensure great development. Jira Software has numerous deployment options in the cloud, on your own infrastructure, or at a massive scale. You will be introduced to Bitbucket, Atlassian’s distributed version control system, which integrates seamlessly with Jira, allowing your team to work within the two applications as one harmonious environment. With this practical guide, you will develop a great working knowledge of Jira Software and your project management will become much more efficient.
Table of Contents (13 chapters)

Kanplan


The second mixed agile methodology is called Kanplan. As the name suggests, this methodology leans more toward Kanban than Scrum. In a nutshell, Kanplan allows you to have a more robust backlog, while still allowing you time to enjoy the flexibility of Kanban.

As we have seen in the previous chapter, by default, a Kanban board does not have a true backlog. You will usually use the first column on the board as the backlog. While this approach works when you are just getting started, very soon it will become very hard to manage as the number of items in the column grows. This makes it difficult to get a good grasp on all the outstanding issues, and also causes trouble when your team tries to prioritize things to work on, especially if they have also defined custom swimlanes for your board.

To enable backlog for a Kanban board, follow these steps:

  1. Navigate to the Kanban board that you want to add a backlog for.
  2. Click on the Board drop-down menu and select the Configure option.
  3. Select the...