Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
JIRA 5.2 Essentials
JIRA 5.2 Essentials

JIRA 5.2 Essentials: Learn how to track bugs and issues, and manage your software development projects with JIRA , Second Edition

eBook
$9.99 $42.99
Paperback
$70.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

JIRA 5.2 Essentials

Chapter 2. Project Management

JIRA initially started off as a bug tracking system, helping software development teams to better track and manage their projects. Over the years, JIRA has improved on its features to add support for Scrum and Kanban through the GreenHopper add-on, enabling projects to be managed via both the traditional waterfall model and newer agile methodologies.

In this chapter, we will first start with a high-level view of the overall hierarchy on how data is structured in JIRA. We will then take a look at the various user interfaces that JIRA has for working with projects, both as an administrator and an everyday user. We will also introduce permissions for the first time in the context of projects, and will expand on this in later chapters.

By the end of this chapter, you will have learned:

  • How JIRA structures contents

  • Different user interfaces for project management in JIRA

  • How to create new projects in JIRA

  • How to manage and configure a project

  • How to manage components and...

The JIRA hierarchy


Like most other information systems, JIRA organizes its data in a hierarchical structure. At the lowest level, we have fields, which are used to hold raw information. Then we have issues, which are like a unit of work to be performed. An issue will belong to one project, which defines the context of the issue. Finally, we have project categories, which logically group similar projects together. We will discuss each of these levels in the following sections:

Project category

Project category is a logical grouping for projects, usually of similar nature. Project category is optional. Projects do not have to belong to any category in JIRA. When a project does not belong to any category, it is considered uncategorized. The category itself does not contain any information, as we will see later in this chapter and later chapters. Project categories can be a helpful way to organize all you projects in JIRA, especially when you have many of them.

Project

In JIRA, a project is...

Project permissions


Before we start working with projects in JIRA, we need to first understand a little bit about permissions. Permission is a big topic and we will be covering that in detail in Chapter 8, Securing JIRA. For now, we will briefly talk about the permissions related to creating and deleting, administering, and browsing projects.

In JIRA, users with the JIRA administrator permission will be able to create and delete projects. By default, users in the jira-administrators group have this permission, so the administrator user we have created during the installation process in Chapter 1, Getting Started with JIRA, will be able to create new projects, and we will be referring to this user and any other users with this permission as JIRA Administrator.

For any given project, users with the Administer Project permission for that project will be able to administer the project's configuration settings. As we will see in the later sections in this chapter, this includes updating the...

JIRA Administration


As we have seen earlier, users with the JIRA Administrator's permission are the only ones allowed to create and delete projects, and this is done through the JIRA Administration interface. It can be accessed as follows:

  1. Log in to JIRA with a username that has the JIRA Administrator's permission.

  2. Click on the Administration link at the top-right corner:

The JIRA Administration interface is where JIRA administrators can manage and control all the aspects of JIRA, including setting up projects, managing users, backing up and restoring the system, and requesting support from Atlassian, to just name a few. You can leave this interface by clicking on the Exit Administration link at the top-right corner.

If you are familiar with previous versions of JIRA, you will notice that in JIRA 5, this interface looks completely different. Atlassian has been revamping JIRA's user interface, making it cleaner and easier for the end users. In the older versions of JIRA, all the administration...

Project interfaces


There are two distinctive interfaces for projects. The first interface is designed for everyday users, providing useful information on how the project is going with graphs and statistics, called Project Browser.

The second interface is designed for project administrators to control project configuration settings, such as permissions and workflows, called Project Administration.

Since when you first create a project, the first interface you see will be Project Administration, we will start our discussion around this interface and then move on to the Project Browser interface.

Project administration


The Project Administration interface is where project administrators can manage the settings and configurations for their projects. For example, you can change the project's name, select what issue types will be available for the project, and manage a list of components within the project. As we have seen earlier, any user with the Administer Projects permission for a given project will be able to access this interface.

  1. Browse to the JIRA Administration interface.

  2. Bring down the Projects menu from the top navigation bar and select the Projects menu item.

  3. Select a project from the list. This will take you to the Project Administration interface:

From the Project Administration page, you will be able to perform the following key operations:

  • Update project details, such as project name, description, and avatar

  • Manage what users see when working on the project, such as issue types, fields, and screens

  • Control permission settings and notifications

  • Manage the list of available components...

Project Browser


We have seen the Project Administration interface, which is designed for project administrators. For most users, Project Browser is the interface they will be using with JIRA. Project Browser acts like the home page of a project, providing much useful information, such as issue statistics, recent user activities, and source control information.

To access the Project Browser interface, you first need to make sure that you have the Browse Project permission, and then select the project you wish to browse. The easiest way to select your project is to find your project from the projects listing.

The project category revisited

Remember at the start of the chapter, we said that project category helps you to organize and group similar projects together? Well, here is the first example where you will see how project category may be useful.

First, we will go to the projects listing where JIRA will list all the projects we have; make sure you do not do this from the JIRA Administration...

The help desk project


Now that we have seen all the key aspects that make up a project, let's revisit what we have learned so far and put them to practice. In this exercise, we will be setting up a project for our support teams:

  • A new project category for all support teams

  • A new project for our help desk support team

  • Components for the systems supported by the team

  • Versions to better manage issues created by users

Creating a new project category

Let's start by creating a project category. We will create a category for all of our internal support teams and their respective support JIRA projects.

Please note that this step is optional, as JIRA does not require any project to belong to a project category:

  1. Log in to JIRA with a user who has JIRA Administrator's permission.

  2. Click on the Administration link at the top-right corner.

  3. Bring down the Projects menu and select Project Categories.

  4. Fill in the fields as shown in the next screenshot.

  5. Click on Add to create the new project category:

Creating a new...

Summary


In this chapter, we have looked at one of the most important concepts in JIRA, projects, and how to create and manage them. Permissions have also been introduced for the first time, and we looked at three permissions that are related to creating and deleting, administering, and browsing projects.

We have been introduced to the various interfaces JIRA provides for project administrators and everyday users, the Project Administration interface, and Project Browser interface respectively.

Let's conclude this chapter by starting on our exercise to implement a support desk system. In the next chapter, you will be introduced to another important concept in JIRA, issues.

Left arrow icon Right arrow icon

Key benefits

  • Learn how to set up JIRA for software development
  • Effectively manage and handle software bugs and issues
  • Includes updated JIRA content as well as coverage of the popular GreenHopper plugin

Description

Atlassian's JIRA provides issue tracking and project tracking for software development teams to aid speed of development and quality of code. This book will show you how to develop software more efficiently by planning, designing, and customizing your own JIRA implementation.JIRA is a popular issue tracking product designed for better bug tracking, issue tracking, and project management. JIRA 5.2 Essentials provides a comprehensive guide covering everything you will need to plan, set up, design, customize, and manage your software development projects efficiently and to a professional standard.In this practical book you will learn how to design and implement JIRA for project and issue tracking. You will jump into the installation and design of JIRA before going through the required techniques to effectively manage issues that threaten your software development project.Each chapter builds on the last, taking you through important concepts and techniques such as business processes and workflows, setting up e-mail notifications, field and screen management, and reporting. Using these techniques you will be able to make JIRA adapt to your organization and save time and energy by developing software more efficiently.Newly improved and updated to JIRA 5.2 this book also includes a section about GreenHopper and Agile development with JIRA.

Who is this book for?

If you want to get started with JIRA, then this book is made for you. Only basic computer skills and project or issue management knowledge is required. The book will provide the rest. This book would also be of interest to experienced JIRA users who wish to improve their workflow and master the new features of JIRA 5.2.

What you will learn

  • Design and implement JIRA to work for you and your team
  • Master JIRA issue and project tracking methods
  • Make your data tell a story through powerful data query and information retrieval
  • Get to grips with GreenHopper, Bonfire, and Agile development with JIRA
  • Secure JIRA to protect your data
  • Capture and display data to users by using different types of fields in JIRA

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 18, 2013
Length: 396 pages
Edition : 2nd
Language : English
ISBN-13 : 9781782179665
Vendor :
Atlassian
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 18, 2013
Length: 396 pages
Edition : 2nd
Language : English
ISBN-13 : 9781782179665
Vendor :
Atlassian
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 191.97
JIRA 5.2 Essentials
$70.99
Atlassian Confluence 5 Essentials
$54.99
JIRA 5.x Development Cookbook
$65.99
Total $ 191.97 Stars icon
Banner background image

Table of Contents

11 Chapters
Getting Started with JIRA Chevron down icon Chevron up icon
Project Management Chevron down icon Chevron up icon
Issue Management Chevron down icon Chevron up icon
Field Management Chevron down icon Chevron up icon
Screen Management Chevron down icon Chevron up icon
Workflows and Business Processes Chevron down icon Chevron up icon
E-mails and Notifications Chevron down icon Chevron up icon
Securing JIRA Chevron down icon Chevron up icon
Searching, Reporting, and Analysis Chevron down icon Chevron up icon
General Administration Chevron down icon Chevron up icon
Advanced Features Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6
(11 Ratings)
5 star 63.6%
4 star 36.4%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Christian Landert Nov 30, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Perfekte und sehr strukturierte Einführung in das Thema. Empfehlenswert für Personen, welche sich innert kürzester Zeit in Jira einarbeiten möchten.
Amazon Verified review Amazon
Vedette Bianciotti May 10, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is an update to a previous edition and most if not all of the major updates from Jira 4 to 5 have been included. Screenshots, installation changes and general workflow.An improvement over the last title is the inclusion of GreenHopper and agile development. That said, this could be a little longer but is a nice start and a good place to begin before jumping to the docs and tutorials around the web.Overall, very good book on Jira and one worth having around the office especially for the newer members of a team who may not have used Jira lots.
Amazon Verified review Amazon
LoveLife Feb 07, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Very useful.Easy to follow.
Amazon Verified review Amazon
Ellen Feaheny May 30, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great for beginners for learning, and advanced for printed quick-ref.For JIRA 6, Patrick moved to video - Might be another useful tool - even though much in this book is VERY valid still.
Amazon Verified review Amazon
Koshoshi Nov 12, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is really awesome, every JIRA user should read this book.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.