ExposeIncidentOwner
Expose the incident owner into IncidentOwner context key
javascript · Common Scripts
Details
| ID | ExposeIncidentOwner |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
Exposes the incident owner into IncidentOwner context key.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| IncidentOwner.name | The full name of the incident owner. | Unknown |
| IncidentOwner.email | The email address of the incident owner. | Unknown |
| IncidentOwner.phone | The phone number of the incident owner. | Unknown |
| IncidentOwner.roles | The roles of the incident owner. | Unknown |
commonfields: id: ExposeIncidentOwner version: -1 name: ExposeIncidentOwner script: '' type: javascript tags: - Utility comment: Expose the incident owner into IncidentOwner context key enabled: true outputs: - contextPath: IncidentOwner.name description: Incident owner full name - contextPath: IncidentOwner.email description: Incident owner email address - contextPath: IncidentOwner.phone description: Incident owner phone number - contextPath: IncidentOwner.roles description: Incident owner roles scripttarget: 0 fromversion: 5.0.0