JIRA Kanban Board
The JIRA Kanban Board suits teams that handle a constant, unpredictable stream of work rather than fixed, time-boxed sprints. IT support teams, maintenance teams, operations teams, and customer service teams use Kanban because their work arrives continuously and does not fit neatly into two-week sprints. The Kanban Board focuses on making work visible, limiting simultaneous work, and improving the speed at which issues move from creation to completion.
Kanban vs Scrum: The Core Philosophical Difference
Both Scrum and Kanban are Agile frameworks, but they approach work management differently. Understanding this difference helps teams choose the right board type.
| Dimension | Scrum | Kanban |
|---|---|---|
| Work Cadence | Fixed sprint cycles (1–4 weeks) | Continuous flow — no fixed cycles |
| Planning | Sprint planning session with committed items | Pull next item when capacity is available |
| Change During Work | Discouraged during an active sprint | Acceptable — new priority items join the queue |
| Measurement | Velocity (story points per sprint) | Cycle time (days from start to done) |
| Roles | Scrum Master, Product Owner, Dev Team | No mandatory roles defined |
| Best Teams | Feature development with predictable scope | Support, ops, maintenance, ad-hoc work |
The JIRA Kanban Board Layout
The Kanban Board in JIRA looks similar to the Scrum Board but with key differences. There is no sprint header. Issues come directly from the backlog. WIP limits on columns are more prominent because controlling flow is the main goal.
| BACKLOG | TO DO (WIP: 5) | IN PROGRESS (WIP: 3) | REVIEW (WIP: 2) | DONE |
|---|---|---|---|---|
|
ITS-28: Printer not connecting ITS-29: Email setup for new employee ITS-30: VPN access request ITS-31: Laptop battery replacement (12 more...) |
ITS-20: Reset domain password ITS-21: Install MS Office ITS-22: Recover deleted files ITS-23: Setup new monitor ITS-24: Outlook sync error |
ITS-15: Network drive not accessible — Ravi ITS-16: Slow computer investigation — Meena ITS-17: SSL certificate renewal — Suresh |
ITS-12: New server config — Awaiting sign-off ITS-13: Antivirus rollout — Checked by manager |
ITS-10: Email migration complete ITS-11: New employee laptop setup done (45 more completed this month...) |
Kanban Backlog
The Kanban Backlog is the holding area for all issues not yet pulled into active work. Unlike Scrum, there is no sprint planning session. The team pulls the next highest-priority issue into the "To Do" column whenever a slot opens up in the WIP limit.
Backlog Management in Kanban
| Practice | Why It Matters |
|---|---|
| Keep the backlog ranked by priority | Top items get pulled first — no manual selection debate needed |
| Groom the backlog weekly | Remove stale issues and reprioritize based on current business needs |
| Set a maximum backlog size | A backlog of 300 items is not actionable — cap it at a manageable number |
| Use epic and component filters on backlog | Focus backlog review sessions on specific areas rather than everything at once |
WIP Limits on the Kanban Board
WIP limits (Work In Progress limits) are the most important operational concept in Kanban. They set the maximum number of issues allowed in each column at any time. When a column reaches its limit, the team cannot pull new work into it. This forces the team to resolve existing work before starting more.
How WIP Limits Improve Flow
| Without WIP Limits | With WIP Limits |
|---|---|
| 5 developers each start 3 tasks — 15 items in progress | Column limit of 5 — maximum 5 items active at once |
| Nobody finishes anything quickly | Team completes 5 items before pulling 5 more |
| Bottlenecks pile up and are invisible | Bottlenecks become visible immediately as columns fill to limit |
| Cycle time (days to complete) increases | Cycle time decreases — shorter average time from start to done |
| Stakeholders cannot predict delivery | Predictable flow enables better delivery forecasting |
Setting WIP Limits in JIRA
WIP limits are set in the Board Settings under the "Columns" section. Each column has a minimum and maximum field. When the issue count exceeds the maximum, JIRA colors the column header in red to signal the breach visually.
Cycle Time: The Key Kanban Metric
Cycle time measures how many days it takes for an issue to travel from "In Progress" to "Done." Lower cycle time means faster delivery. Kanban teams obsess over cycle time reduction because it directly reflects the efficiency of their process.
| Issue Type | Average Cycle Time | Target Cycle Time |
|---|---|---|
| Password Reset | 0.5 hours | Under 1 hour |
| Software Installation | 2 hours | Under 4 hours |
| Hardware Replacement | 3 days | Under 5 days |
| Network Configuration | 7 days | Under 10 days |
Kanban Board Configuration
The Kanban Board has configurable settings similar to the Scrum Board but with Kanban-specific options. Access these settings from the three-dot menu on the board header.
| Setting | What It Controls |
|---|---|
| Columns | Add columns, rename them, map workflow statuses, set WIP limits |
| Swimlanes | Group cards by Assignee, Epic, or Priority |
| Quick Filters | Create filter buttons for common search scenarios |
| Card Layout | Show up to 3 extra fields on each card |
| Card Colors | Color cards by Priority, Issue Type, or Assignee for visual grouping |
| Backlog | Enable or disable the backlog view (enable recommended) |
Kanban Board for Different Team Types
Different teams configure their Kanban board with different column structures depending on their workflow. Here are examples for three common team types.
IT Support Team Kanban
| Column | WIP Limit | Status Meaning |
|---|---|---|
| Open | 20 | Ticket received, not yet assigned |
| Assigned | 10 | Agent assigned, work about to start |
| In Progress | 5 | Agent actively working on the ticket |
| Waiting on User | 8 | Agent waiting for customer response |
| Resolved | No limit | Issue resolved and closed |
Marketing Team Kanban
| Column | WIP Limit | Status Meaning |
|---|---|---|
| Ideas | 15 | Campaign ideas awaiting prioritization |
| In Planning | 3 | Brief written, resources allocated |
| In Creation | 5 | Content being written or designed |
| In Review | 3 | Content under approval by manager |
| Published | No limit | Campaign live and complete |
Cumulative Flow Diagram
The Cumulative Flow Diagram (CFD) is the primary reporting chart for Kanban teams. It shows how issues accumulate and move through each column over time. A healthy CFD shows evenly distributed, parallel band growth. A problematic CFD shows one band widening dramatically — indicating a bottleneck at that stage.
| Pattern | What It Means | Action Required |
|---|---|---|
| All bands grow evenly | Work flows smoothly through all stages | No action needed — maintain the process |
| "In Review" band widens significantly | Reviews are slower than work is being submitted | Add more reviewers or reduce In Progress WIP limit |
| Flat "Done" band | Work is starting but nothing is completing | Stop new work, focus on finishing existing tasks |
| All bands flatten suddenly | Team stopped working or a major blocker hit | Investigate and remove the system-wide impediment |
When to Choose Kanban Over Scrum
| Situation | Reason Kanban Fits Better |
|---|---|
| Work arrives randomly and unpredictably | Sprints cannot absorb unplanned emergency work cleanly |
| No clear "done by" deadline for most tasks | Sprints require commitment to finish by a specific date |
| Team size is very small (1–2 people) | Scrum ceremonies are too heavy for micro-teams |
| Work items have very different sizes | Story point estimation becomes meaningless across wildly different tasks |
| Team maintains existing systems | Bug fixes and support tickets arrive continuously |
Summary
The JIRA Kanban Board brings structure and visibility to teams with continuous, flow-based work. WIP limits prevent overloading. The backlog feeds work in priority order. Cycle time measures delivery speed. The Cumulative Flow Diagram reveals bottlenecks in the system. Board settings allow teams to customize columns, swimlanes, and card colors to match their specific process. Kanban works best for support, operations, and maintenance teams while Scrum works best for product development teams. With boards fully understood for both methodologies, the next focus is the sprint itself — how Scrum teams plan, run, and close a sprint using the JIRA Backlog and Sprint features.
