Skip to main content

ServiceNow - Ticket Management

This Playbook is part of the ServiceNow Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.8.0 and later.

ServiceNow - Ticket Management allows you to open a new ticket or comment on an existing ticket.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • ServiceNow
  • ServiceNowv2

Scripts#

This playbook does not use any scripts.

Commands#

  • servicenow-create-ticket
  • servicenow-update-ticket

Playbook Inputs#


NameDescriptionDefault ValueRequired
serviceNowTicketIDThe ticket ID.Optional
serviceNowCategoryThe category of the ServiceNow ticket.Optional
descriptionDescription of the ticket.Optional
serviceNowImpactThe impact for the new ticket. Leave empty for ServiceNow default impact.Optional
serviceNowUrgencyThe urgency of the new ticket. Leave empty for ServiceNow default urgency.Optional
serviceNowSeverityThe severity of the new ticket. Leave empty for ServiceNow default severity.Optional
CommentToAddComment for the ticket.Optional
serviceNowTicketTypeThe ServiceNow ticket type. Options are "incident", "problem", "change_request", "sc_request", "sc_task", or "sc_req_item". Default is "incident".Optional
addCommentPerEndpointWhether to add a new comment to the ticket for each endpoint in the incident. Possible values: True/False.TrueOptional
serviceNowShortDescriptionA short description of the ticket.Optional
ActionWhether to open a new ticket or to add a new comment. Possible values: NewTicket/AddComment.Optional
serviceNowAssignmentGroupThe group to which to assign the new ticket.Optional

Playbook Outputs#


PathDescriptionType
ServiceNow.Ticket.IDServiceNow Ticket ID.unknown

Playbook Image#


ServiceNow - Ticket Management