build69
build69  /  Components  /  App  /  SprintBoardPage

SprintBoardPage

v1.0.15Updated 27 Aug 2026

Composed example active-sprint page (Jira Active-sprints parity): sprint header card with goal, day countdown, story-point Progress and participants above a four-column Kanban scoped to the sprint.

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpagesprintscrumkanban+5

The default, out-of-the-box SprintBoardPage.

Recommended for+14
  • Reference for Scrum active-sprint execution boards
  • Sprint views in Jira-style project trackers
Tags+6
pagesprintscrumkanbanboardagilejiraexampledefault
Features+4
  • Sprint header card: goal, Active + countdown Badges, story-point Progress, participants, Complete-sprint button
  • Per-status points breakdown strip reusing BacklogPage StatusLozenge
  • Four-column board with per-column story-point totals in the headers
  • Cards carry IssueTypeIcon + issue key, epic chips, meta, points chip and assignee Avatar
  • FilterBar with sprint-scope chips and issue/points tally
  • lastDay prop: destructive countdown chip + warning Alert offering to move unfinished issues
Not recommended for−2
  • Direct embedding
  • Generic non-sprint pipelines (use KanbanPage)
  • Sprint planning and grooming (use BacklogPage)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "SprintBoardPage" })

Usage

import { SprintBoardPage } from '@/components/pages/SprintBoardPage';

<SprintBoardPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — SprintBoardPage is composed rather than configured. See the source for its full signature.

Related