A static support ticket reopen notice shows SUP-2048, Closed previous status, Issue returned reason, and Reopen review status.

Program

Ticket reopen notices should show why a closed ticket may need review without changing support workflow state.

ticket_reopen_notice.html
Visuals: captured from real browser rendering
<section class="ticket-reopen" aria-labelledby="ticket-reopen-title"><h2 id="ticket-reopen-title">Ticket reopen notice</h2><dl>
  <div><dt>Ticket</dt><dd>SUP-2048</dd></div>
  <div><dt>Previous status</dt><dd>Closed</dd></div><div><dt>Reason</dt><dd>Issue returned</dd></div>
  <div><dt>Status</dt><dd><span class="badge">Reopen review</span></dd></div></dl>
  <p class="check">Learner check: the reopen reason is visible before any ticket status changes.</p>
  <p class="note">Static ticket reopen notice only; no support API, workflow service, status mutation, case reopen, storage, route, network, script, event listener, form submit, analytics, timer, or live support service runs.</p></section>
<style>
  .ticket-reopen { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #b45309; padding: 12px; background: #fffbeb; }
  .ticket-reopen dl { display: grid; gap: 8px; margin: 0; }
  .ticket-reopen dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
  .ticket-reopen dt { color: #475569; }
  .ticket-reopen dd, .check, .note { margin: 0; }
  .badge { border-radius: 999px; background: #fde68a; padding: 2px 8px; }
  .note { color: #475569; }
</style>
  1. Label the reopen notice.

    The section is labelled by its visible heading.
    The section is labelled by its visible heading.
  2. Show ticket row.

    The ticket id is exact pinned data.
    The ticket id is exact pinned data.
  3. Show previous status and reason rows.

    The previous status and reason are exact pinned data.
    The previous status and reason are exact pinned data.
  4. Render reopen review status.

    The status badge says this is a reopen review.
    The status badge says this is a reopen review.
  5. Check reopen readback.

    The check says the reopen reason is visible before ticket status changes.
    The check says the reopen reason is visible before ticket status changes.
  6. Check reopen honesty.

    Ticket, previous status, reason, status, and no live reopen.
    Ticket, previous status, reason, status, and no live reopen.
step flow step(1) labels the source, step(2) shows the ticket id, step(3) shows previous status and reason, step(4) shows reopen review status, step(5) checks the reopen readback, and step(6) checks the honesty note.
reopen readback The section heading names the ticket reopen notice surface.
reopen rows Ticket, Previous status, Reason, and Status values are exact pinned data.
no live reopen The lesson should not imply support APIs, workflow services, status mutations, case reopens, storage, routes, networks, scripts, event listeners, form submits, analytics, timers, or live support services.