c_SSPIncidentService

Description

Part of Portal library This service is introduced for working with the new model Incident Definition / Topics, all functions must be signature equal to the old versions

We switch over to the new functions in c_SSPInterface once moving

Methods


<static> createIncident( details ) → {Incident}

Description

Create a new incident

Parameters
Name Type Description
details Object
Returns

<static> registerIncident( incidentInput ) → {FormResponse}

Description

Create incident from user provided data

Parameters
Name Type Description
incidentInput Object
Properties
Name Type Attributes Default Description
sys_id sys_id
affected_user string
attachments Array.<Attachment> [
watchList Array.<string> <optional>
[]
Returns