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
€8.99 €42.99
Paperback
€53.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
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 : 9781782179993
Vendor :
Atlassian
Languages :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

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
€18.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
€189.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
€264.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 144.97
JIRA 5.2 Essentials
€53.99
Atlassian Confluence 5 Essentials
€41.99
JIRA 5.x Development Cookbook
€48.99
Total 144.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 included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.