Working with columns
Columns represent the statuses that an issue can be in. On a simple board, as shown in the following screenshot, we have three columns, and they are each mapped to an issue status:
To Do
: Issues that are waiting in the queue to be worked on are mapped to theTo Do
workflow statusIn Progress
: Issues that are currently being worked on are mapped to theIn Progress
workflow statusDone
: Issues that are completed are mapped to theDone
workflow status:
This is a very simple setup where issues only have three steps from start to finish. Often, you will have an existing workflow that is more complex than this.
Jira and workflow
Before we get into customizing columns, we first need to take a quick look at workflows in relation to Jira. As you may already know, Jira uses workflows to move an issue from one status to the next. Jira also leverages this feature by mapping its columns to workflow statuses. However, if you are not familiar with how workflow works in Jira, do not worry...