ServiceNowCreateIncident
ServiceNow Pack.#
This Script is part of theWraps the generic create-record
command in ServiceNow. Fields can be added that create the record with a script argument or in the code and work with the records.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | servicenow |
#
DependenciesThis script uses the following commands and scripts.
- servicenow-query-table
- servicenow-create-record
#
InputsArgument Name | Description |
---|---|
severity | The incident severity. |
assignee | The incident assignee name. For example, "John Smith". |
description | The incident description. |
assigned_group | The incident assigned group name. For example, "Incident Management Group". |
#
OutputsPath | Description | Type |
---|---|---|
ServiceNow.Incident.ID | The ID of the incident. | string |
ServiceNow.Incident.Number | The number of the incident. | string |