How to set up Kanban board on Jira
Setting up a Kanban board in Jira involves creating a new board from your project settings, selecting the Kanban template, and configuring columns to match your workflow. You can customize swimlanes, WIP limits, and filters to optimize your team's task management process.
Prerequisites
- Active Jira account with project creation permissions
- Basic understanding of Kanban methodology
- Existing Jira project or ability to create new one
Step-by-Step Instructions
Navigate to Your Jira Project
Create a New Board
Configure Board Settings
Customize Columns
Set Work in Progress (WIP) Limits
Configure Swimlanes (Optional)
Set Up Quick Filters
assignee = currentUser() for 'My issues', then save your configurations.Finalize and Share Your Board
Common Issues & Troubleshooting
Cannot see the 'Create board' option
Check your project permissions - you need Administer Projects permission. Contact your Jira administrator if you don't have access, or ask them to create the board for you.
Issues not appearing on the Kanban board
Verify your board filter settings in Board settings > General. Ensure the JQL filter includes the issue types and projects you want to see. Check that issues have the correct status mapped to your columns.
WIP limits not working or showing
WIP limits only apply to columns mapped to In Progress category statuses. Go to Board settings > Columns and ensure your columns are properly mapped to workflow statuses, then re-enter the WIP limit values.
Board appears empty after creation
Create some issues in your project first, or modify the board filter to include existing issues. Go to Board settings > General and adjust the filter query to project = YOUR_PROJECT_KEY to show all issues in your project.