ServiceNow - Ticket Management

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

ServiceNow · 13 tasks · 12 inputs · 1 output

Inputs

  • serviceNowTicketID — The ticket ID.
  • serviceNowCategory — The category of the ServiceNow ticket.
  • description — Description of the ticket.
  • serviceNowImpact — The impact for the new ticket. Leave empty for ServiceNow default impact.
  • serviceNowUrgency — The urgency of the new ticket. Leave empty for ServiceNow default urgency.
  • serviceNowSeverity — The severity of the new ticket. Leave empty for ServiceNow default severity.
  • CommentToAdd — Comment for the ticket.
  • serviceNowTicketType — The ServiceNow ticket type. Options are "incident", "problem", "change_request", "sc_request", "sc_task", or "sc_req_item". Default is "incident".
  • addCommentPerEndpoint — Whether to add a new comment to the ticket for each endpoint in the incident. Possible values: True/False.
  • serviceNowShortDescription — A short description of the ticket.
  • Action — Whether to open a new ticket or to add a new comment. Possible values: NewTicket/AddComment.
  • serviceNowAssignmentGroup — The group to which to assign the new ticket.

Outputs

  • ServiceNow.Ticket.ID — ServiceNow Ticket ID.

Commands used

servicenow-create-ticket servicenow-update-ticket

Flowchart

yes yes yes yes yes Start Start Is ServiceNow v2 integration enabled? Is ServiceNow v2 integrat... Create a ticket for the incident - servicenow-create-ticket Create a ticket for the i... servicenow-create-ticket Whether to open a ticket for this incident? Whether to open a ticket ... Update the ticket for the incident - servicenow-update-ticket Update the ticket for the... servicenow-update-ticket Done Done Was a comment provided in the input Was a comment provided in... Add a comment to the ticket Add a comment to the ticket Whether to append a new comment to the ticket for each alert? Whether to append a new c... Are the required details for opening a ticket been provided? Are the required details ... Provide details for opening a ticket. Provide details for openi... Create a ticket for the incident - servicenow-create-ticket Create a ticket for the i... servicenow-create-ticket Update the ticket for the incident - servicenow-update-ticket Update the ticket for the... servicenow-update-ticket