build69
build69  /  Components  /  App  /  IssueDetailPage

IssueDetailPage

v1.0.11Updated 27 Aug 2026

Jira-parity issue view — breadcrumb with the issue key, description, child issues with a progress bar and an Activity feed. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpagejiraissuetask+4

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

Recommended for+14
  • Issue/task detail views
  • Jira-style trackers
Tags+6
pagejiraissuetaskdetailagileexampledefault
Features+4
  • Issue breadcrumb + actions
  • Child issues with progress
  • Activity tabs + comments
  • Details right rail
  • Status dropdown button
Not recommended for−2
  • Record detail CRUD pages (use DetailPage)

Install

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

get_registry_item({ name: "IssueDetailPage" })

Usage

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

<IssueDetailPage />

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

Related