Book Image

JIRA Essentials

By : Patrick Li
Book Image

JIRA Essentials

By: Patrick Li

Overview of this book

Table of Contents (18 chapters)
JIRA Essentials Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The help desk project


In this exercise, we will continue our setup for the project we have created in the previous chapter. We will add the following configurations to our project:

  • A set of new issue types that are specific to our help desk project

  • A new scheme to limit the selection of issue types

Adding new issue types

Since our project is for a help desk support team, the default issue types that come with JIRA are not appropriate for this purpose. For this reason, let's create our own issue types and associate them with the project. For this exercise, we will create two new issue types, incident and ticket.

The first step to set up an issue type association is to create the two issue types we need, incident and ticket:

  1. Browse to the Issue Types page.

  2. Click on the Add Issue Type button.

  3. Type in Incident for the Name field.

  4. Click on Add to create the new Incident issue type.

You should now see the new Incident issue type in the table. Now, let's add the Ticket issue type:

  1. Type in Ticket for the Name...