IssueDeletedEvent
EventType: ISSUE_DELETEDDomain: collaboration Broker subject: progress.notification.issue
Permanently removes an issue document and all associated issue_rel edges. Recalculates the critical flag on any linked work orders and jobs after deletion.
Trigger
Triggered by: POST /event (universal event dispatcher)
Dispatched via POST /event in backend/api/endpoints/traceability.py with event_type: ISSUE_DELETED.
Preconditions
- Issue exists with the key provided in the event context
State Changes (Transaction)
Collections: Event, Issue, issue_rel, WorkOrder, Job, message
Issuedocument deletedissue_reledges deletedWorkOrderandJobcriticalflags recalculated
Side Effects (post_processing)
Publishes to progress.notification.issue after commit.
InfoModel Fields
None.
Related Events
None.