Issue status change not pushed over SSE to project boards containing that issue #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
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: When an issue's state changes (open → closed, or reopened), the project/kanban boards that contain that issue as a card do not receive the update over the SSE (server-sent events) stream. The board keeps showing the issue in its old column/state until the page is manually reloaded. The change is persisted correctly server-side — only the live push to subscribed board views is missing.
Observed behavior:
Expected behavior:
Likely area to investigate:
Impact: Boards used as live dashboards show stale issue state; automation/humans watching a board don't see closures until reload. Low severity (no data loss — DB and non-board views are correct), but it undermines the board's usefulness as a live view and is the kind of staleness that compounds with the counter-staleness already tracked.
Related: oleks/gitea#16 (stale
open_issues_countin/user/repos) — both are "a derived/projected view isn't invalidated on issue state change," though that one is a counter and this one is the SSE board push.Severity: low (UX/observability; state is correct on reload and in the DB).