Issue Ticket

Tracker-style card with issue ID, status pill, two-line title, and a footer of priority, assignee, and age.

BUG-1432In Progress

Login fails on Safari 17 after the OAuth redirect

P1@ada2d

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ticket5 } from "@/components/beste/piece/ticket5";

<Ticket5
  id="BUG-1432"
  title="Login fails on Safari 17 after the OAuth redirect"
  status="in-progress"
  priority="P1"
  assignee="ada"
  age="2d"
  openLabel="Open"
  inProgressLabel="In Progress"
  blockedLabel="Blocked"
  doneLabel="Done"
/>