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 the statuses (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 allows you to visualize and design workflows as a diagram, as shown here:
Figure 7.1 – Jira workflow
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.
Also, notice that statuses have different colors. The color of a status is determined by the category it belongs to. There are three categories—To Do (gray), In Progress (blue), and Done (green). Categories help...