Skip to main content

ServiceNowQueryIncident

This Script is part of the ServiceNow Pack.#

Wraps the generic query-table command in ServiceNow. Fields can be added to use as inputs and outputs from the record as script arguments or in the code and work with the records.

Script Data#


NameDescription
Script Typepython
Tagsservicenow

Dependencies#


This script uses the following commands and scripts.

  • servicenow-query-table

Inputs#


Argument NameDescription
idThe system ID of the incident.
numberTh number of the incident.
assigneeThe assignee name of the incident. For example, "John Smith".

Outputs#


PathDescriptionType
ServiceNow.Incident.IDTHe ID of the incident.string
ServiceNow.Incident.DescriptionThe description of the incident.string
ServiceNow.Incident.NumberThe number of the incident.number
ServiceNow.Incident.CallerThe caller of the incident.string