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

Understanding workflows


A workflow is what JIRA uses to model business processes. It is a flow of statuses (steps) that issues go through one by one with paths between them (transitions). All issues in JIRA have a workflow applied based on their issue type and project. Issues move through workflows from one status (for example, OPEN) to another (for example, CLOSED). JIRA lets you visualize and design workflows as a diagram, as shown in the following diagram:

The preceding diagram shows a simple workflow in JIRA. The rectangles represent the statuses, and the arrow lines represent transitions that link statuses together. As you can see, this looks a lot like a normal flow chart depicting the flow of a process.

Issues in JIRA, starting from when they are created, go through a series of steps identified as issue statuses, such as In Progress and Closed. These movements are often triggered by user interactions. For example, when a user clicks on the Start Progress link, the issue is transitioned...