build69
build69  /  Components  /  App  /  BacklogPage

BacklogPage

v1.0.10Updated 27 Aug 2026

Jira-parity project page with the full Planning sidebar — Summary, Timeline, Backlog and Board views. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagejirabacklogsprint+5

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

Recommended for+14
  • Sprint planning tools
  • Issue trackers
  • Jira-style project software
Tags+6
pagejirabacklogsprintscrumagileissuesexampledefault
Features+4
  • Project sidebar
  • Sprint sections with point pills
  • Issue rows with status lozenges
  • Inline + Create rows
  • IssueTypeIcon / StatusLozenge exports
Not recommended for−2
  • Simple todo lists (use ListPage)

Install

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

get_registry_item({ name: "BacklogPage" })

Usage

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

<BacklogPage />

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 — BacklogPage is composed rather than configured. See the source for its full signature.

Related