jsm_incidents
Details of the JSM incidents.
-
source_id
Foreign key - JSM ID of the incident.
-
source_key
string - JSM incident key.
-
summary
string - Summary of the incident.
-
source_url
string - URL of the incident.
-
priority
string - Priority of the incident.
-
assignee_id
Foreign key - ID of the assigned user.
-
status
string - Status of the incident.
-
creator_id
Foreign key - ID of the incident creator.
-
reporter_id
Foreign key - ID of the incident reporter.
-
project_id
Foreign key - ID of the associated project.
-
resolved_at
date - Date the incident was resolved.
-
major_incident
boolean - Whether the incident is marked as major.
-
deleted_at
date - Date at which the incident was deleted, null if not deleted.
-
created_at
date - Date the incident was created.
-
updated_at
date - Date the incident was last updated.