JIRA Scrum Board

The Scrum Board in JIRA gives development teams a real-time, visual view of all work happening in the current sprint. Every issue appears as a card on the board. Cards move across columns from left to right as work progresses. The board replaces the need for status meetings because everyone on the team can see the current state of the sprint at a glance. This topic explains the board's structure, features, and how teams use it effectively during a sprint.

What Is a Scrum Board?

A Scrum Board is a digital version of a physical kanban wall used in Agile teams. In Scrum methodology, a team works in fixed time periods called sprints (typically 2 weeks). The Scrum Board displays all the issues committed to the current sprint and shows which status each issue is in.

Analogy: A Scrum Board works like a laundry room with three baskets labeled "Dirty Clothes," "In Washing Machine," and "Folded and Put Away." Each piece of clothing is a task. The goal is to move everything from the first basket to the last by the end of the week (sprint).

Scrum Board Layout

Default Scrum Board Structure
Column: TO DOColumn: IN PROGRESSColumn: DONE
MBA-42: Build OTP screen (5pts)
MBA-43: Design login button (3pts)
MBA-50: Add profile photo upload (2pts)
MBA-38: Implement payment API (8pts) — Rahul
MBA-40: Fix session timeout bug (3pts) — Vikram
MBA-35: Create registration screen (5pts)
MBA-36: Connect email verification API (5pts)

Each card on the board shows the issue ID, a short summary, the assignee avatar, and the story points. Clicking a card opens the full issue detail without leaving the board.

Board Header — Sprint Overview

At the top of the Scrum Board, JIRA displays a sprint summary bar. This bar shows critical information about the active sprint at a glance.

Sprint Summary Bar — Information Displayed
ElementWhat It Shows
Sprint NameThe name of the current sprint (e.g., "Sprint 5 — Auth Module")
Sprint DatesStart date and end date of the sprint
Days RemainingNumber of calendar days left before the sprint ends
Issues SummaryCount of issues in each status (e.g., 5 To Do, 3 In Progress, 8 Done)
Complete Sprint ButtonAvailable to Scrum Masters to close the sprint when work is finished

Board Columns and Their Meaning

Each column on the board maps to one or more workflow statuses. The board administrator configures this mapping in the board settings. The columns represent the stages of work in the sprint cycle.

Default Column-to-Workflow Mapping
Board ColumnMapped Workflow StatusesCard Count Goal
To DoTo Do, Open, ReopenedDecreases during the sprint
In ProgressIn Progress, In Review, In DevelopmentStays manageable (WIP limit applies)
DoneDone, Closed, ResolvedIncreases during the sprint

Work In Progress (WIP) Limits

WIP limits restrict how many issues can sit in a column at the same time. This forces the team to finish existing work before starting new work. Without WIP limits, developers often start many tasks simultaneously and finish none of them by sprint end.

WIP Limit Example — Team of 4 Developers
ColumnWIP LimitRationale
To DoNo limitAll sprint issues start here — no restriction needed
In Progress4 (one per developer)Each developer works on one issue at a time
In Review3Prevents a review bottleneck from building up
DoneNo limitNo restriction on completed work

When a column exceeds its WIP limit, JIRA highlights it in orange or red depending on the board theme. This visual signal tells the team to stop pulling new work and focus on clearing the bottleneck.

Board Filters and Swimlanes

Filters and swimlanes help teams view specific subsets of issues on the board without switching screens.

Board Quick Filters

Quick filters appear at the top of the board as clickable buttons. Clicking a filter instantly hides all cards that do not match the criteria. Multiple filters can be active at once.

Common Quick Filters on a Scrum Board
FilterWhat It Shows
Only My IssuesIssues assigned to the logged-in user only
Recently UpdatedIssues updated within the last day
UnassignedIssues with no assignee — helps identify unclaimed work
High PriorityIssues with High or Highest priority

Swimlanes

Swimlanes add horizontal groupings to the board. They allow the team to see cards organized by a dimension other than status. Common swimlane options include:

Swimlane Options in JIRA Scrum Board
Swimlane TypeGroups Cards ByBest For
AssigneeEach row shows one team member's issuesTracking individual workloads
EpicEach row shows issues from one epicTracking feature-level progress
StoryParent stories in one row, their sub-tasks belowSeeing parent-child relationships
ExpediteHigh-priority issues in a separate top rowHighlighting urgent work
No SwimlaneAll cards in a flat single list per columnSimple, small teams

Daily Scrum and the Board

The Scrum Board is the centerpiece of the Daily Scrum (also called the Daily Stand-up). Each team member looks at the board and answers three questions:

Daily Scrum Questions and Board Usage
QuestionBoard Action
What did I complete yesterday?Point to cards that moved to Done
What will I work on today?Point to the card being picked up from To Do
What is blocking my progress?Flag blocked cards on the board and raise the blocker

Flagging an Issue

Flagging marks an issue as an impediment or blocker. A flagged card appears with a red or orange highlight on the board — immediately visible to the entire team and the Scrum Master. To flag an issue, right-click the card on the board and select "Add Flag." Flags do not change the issue status but signal that the issue needs attention.

Board Configuration

The board administrator customizes the board through Board Settings. Access Board Settings via the three-dot menu on the board header.

Board Settings Sections
SettingWhat It Controls
ColumnsAdd, rename, or remove columns. Map workflow statuses to each column.
SwimlanesChoose swimlane type (Assignee, Epic, Story, or none)
Quick FiltersCreate or remove quick filter buttons using JQL
Card LayoutChoose up to 3 extra fields to display on each card (e.g., Priority, Due Date)
Card ColorsColor-code cards by Priority, Assignee, Issue Type, or custom JQL
Working DaysSet which days of the week count as working days for the burndown chart

Completing a Sprint

At the end of the sprint, the Scrum Master clicks the "Complete Sprint" button. JIRA presents a summary of the sprint's completed and incomplete issues.

Sprint Completion Flow
Issue State at Sprint EndWhat JIRA AsksTypical Action
Issues in DoneNothing — they are archived with the sprintMarked as completed in the sprint
Issues in To Do or In ProgressMove to Backlog or move to next sprint?Carry over to next sprint if still needed

Scrum Board vs Kanban Board

Scrum Board vs Kanban Board — Key Differences
AspectScrum BoardKanban Board
Work cycleFixed-length sprints (1–4 weeks)Continuous flow — no sprints
Issue sourceSprint backlog (pre-committed set)Backlog or queue (pulled as capacity allows)
PlanningSprint Planning session before each sprintNo formal planning ceremony — pull when ready
ReportsBurndown chart, Velocity chartCumulative Flow Diagram, Cycle Time
Best forProduct development with fixed release cyclesSupport, maintenance, and operations teams

Summary

The JIRA Scrum Board gives teams a transparent, real-time view of sprint progress. Columns show the workflow stages. Cards represent issues. Swimlanes organize cards by epic, assignee, or priority. WIP limits prevent overloading. Quick filters focus attention on specific subsets of work. Flags highlight blockers. Daily stand-ups use the board as the single source of truth. Sprint completion cleanly archives finished work and moves unfinished items to the next sprint or backlog. Understanding the Scrum Board prepares learners to explore its counterpart — the JIRA Kanban Board — which serves teams with continuous, flow-based delivery needs.

Leave a Comment