Swiftorial Logo
Home
Swift Lessons
Matchups
CodeSnaps
Tutorials
Career
Resources

Creating Kanban Boards in Jira

Introduction

Kanban is a popular framework used to implement Agile and DevOps software development. It requires real-time communication of capacity and full transparency of work. Work items are visualized to give participants a view of progress and process, from start to finish—usually via a Kanban board. This tutorial will guide you through the process of creating and managing a Kanban board in Jira.

Step 1: Setting Up Jira

If you haven't already, you'll need to set up Jira. This involves creating an account and setting up your first project. Follow these steps:

1. Go to the Jira website and sign up for an account.

2. After logging in, click on the Create project button.

3. Choose a project template. For Kanban, select the Kanban software development template.

4. Fill in the project details and click Create.

Step 2: Creating a Kanban Board

Once your project is set up, you can create a Kanban board. Follow these steps:

1. Navigate to your project dashboard.

2. In the sidebar, click on Boards.

3. Click on Create board and select Create a Kanban board.

4. Choose whether to create the board from an existing project or a new project. For this tutorial, we’ll create it from an existing project.

5. Fill in the necessary details and click Create board.

Step 3: Configuring Columns

Kanban boards are divided into columns that represent the stages of your workflow. Configuring these columns correctly is crucial. Follow these steps:

1. Navigate to your newly created Kanban board.

2. Click on the Board settings button.

3. Go to the Columns section.

4. Add, remove, or rename columns to match your workflow. Common columns include To Do, In Progress, and Done.

5. Click Save to apply your changes.

Step 4: Adding Issues

Issues (or tasks) are what you will move across the board. Here's how to add them:

1. Navigate to your Kanban board.

2. Click on the Create button to add a new issue.

3. Fill in the issue details, such as the summary, description, and assignee.

4. Click Create to add the issue to the backlog.

Step 5: Managing the Backlog

The backlog is a list of tasks that are not yet started. Managing the backlog efficiently is key to a successful Kanban board:

1. Navigate to the Backlog section of your project.

2. From here, you can prioritize issues by dragging them up or down.

3. To move an issue to the board, drag it from the backlog to the appropriate column.

Step 6: Tracking Progress

Tracking progress on a Kanban board is straightforward. As work progresses, move issues from one column to the next:

1. When you start working on an issue, drag it from the To Do column to the In Progress column.

2. Once the issue is completed, drag it to the Done column.

3. Use the board to visualize the flow of work and identify bottlenecks.

Conclusion

Creating and managing a Kanban board in Jira is a powerful way to visualize your workflow and improve efficiency. By following these steps, you can set up a board that helps your team stay organized and focused. Remember, the key to a successful Kanban board is continuous improvement, so regularly review and adjust your workflow as needed.