fix(incidents): update ticket panel without page refresh #828
No reviewers
Labels
No labels
E2E Failure
area:agent
area:audit-log
area:auth
area:authz
area:ci
area:crypto
area:db
area:docker
area:headers
area:ingest
area:ldap
area:rate-limit
area:ssrf
area:supply-chain
area:terminal
autorelease: pending
autorelease: tagged
bug
claude-working
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority: critical
priority: high
priority: low
priority: medium
question
security
sev:critical
sev:high
sev:info
sev:low
sev:medium
tests-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-ops!828
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/incident-ticket-panel-refresh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- return the linked external ticket row from the server action\n- update the incident External Tickets panel state without calling router.refresh()\n- move copy controls beside the ticket number and URL, and make the displayed URL selectable\n- update CT-Ops incident docs\n\n## Validation\n- node --experimental-strip-types --test apps/web/lib/actions/incidents-external-tickets.test.mjs\n- corepack pnpm@10.6.5 --dir apps/web type-check\n- BETTER_AUTH_URL=https://localhost DATABASE_URL=postgres://postgres:postgres@localhost:5432/ct_ops corepack pnpm@10.6.5 --dir apps/web build\n- corepack pnpm@10.6.5 --dir apps/docs build\n\nCompanion docs PR: carrtech/website docs/incident-ticket-panel-refresh