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
AU$14.99 AU$78.99
Paperback
AU$97.99
Subscription
Free Trial
Renews at AU$24.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
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

Shipping Address

Billing Address

Shipping Methods
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
Estimated delivery fee Deliver to Australia

Economy delivery 7 - 10 business days

AU$19.95

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 : 9781782179993
Vendor :
Atlassian
Languages :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
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

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Australia

Economy delivery 7 - 10 business days

AU$19.95

Product Details

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

Packt Subscriptions

See our plans and pricing
Modal Close icon
AU$24.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
AU$249.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 AU$5 each
Feature tick icon Exclusive print discounts
AU$349.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 AU$5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total AU$ 264.97
JIRA 5.2 Essentials
AU$97.99
Atlassian Confluence 5 Essentials
AU$75.99
JIRA 5.x Development Cookbook
AU$90.99
Total AU$ 264.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

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela