The reassignTicket actor-chain allows an agent to reassign a ticket.

Parameter

Description

ticketId

The ID of the ticket to reassign.

doTicketDispositionPrompt

If set to true, will present ticket disposition prompts to the agent.

 

reassignAgent

The agent to which the ticket should be assigned.

dispositionOption

Identifies a ticket disposition used for this ticket.

reasonCode

Adds a reason code to the ticket.

ticketNote

Adds a ticket note to the new ticket.

publicNote

Identifies if the ticket note is public.

 

subStatus

Provides a sub-status for the ticket.

Reassign Ticket Example
curl –L -v -b agent_cookies.txt -H "Content-Type: application/json" –d
"{\"ticketId\" : \"2203\", \"reassignAgent\" : \"agent007\" }"
"http://localhost:8180/rest/model/atg/svc/agent/ui/formhandlers/TicketActor/
reassignTicket"

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices