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

Issue priorities


Priorities help users to set the importance of issues. Users can first assign priority values to issues and later use it to sort the list of issues they have to work on. Thus, helping the team decide which issues to focus on first. JIRA comes with five levels of priorities out of the box, as shown in the following screenshot:

You can customize this list by creating your own priorities. To create new priorities, follow these steps:

  1. Browse to the administration console.

  2. Select the Issues tab and then the Priorities option.

  3. Specify the name of the new priority.

  4. Click the select image link to choose an icon for the priority.

  5. Specify a color for the priority. You can either type in HTML color hex code directly or use the color picker to help you select the color you want. The color chosen here will be used when icon images cannot be displayed, such as when you export issues to a spreadsheet.

  6. Click on the Add button.

Note

Priorities are global. This means that all projects will share...