Update Ticket Assignee
Last updated
Last updated
All API requests should contain authorization headers.
Name | Type | Required | Comments |
---|---|---|---|
The request body must contain the model with the Id of the teammate (as assigneeId
) and the current user assigned to the ticket (as previousAssigneeId
). Send assigneeId
as null if you want to set the ticket as unassigned.
You can obtain the list of teammates by requesting the corresponding teammates endpoint.
You can retrieve the current assigned user value from the response from get ticket by id endpoint (property lockedBy
in the response object).
You cannot assign a user, which is not a part of the team (such as a client, vendor, or read-only user).
Name | Type | Required | Comments |
---|---|---|---|
Response
ticketId
integer
yes
Id of ticket you want to update.
assigneeId
Guid
yes
Unique Id of a teammate who is assigned to the ticket. Set to null
if the ticket should be unassigned
previousAssigneeId
Guid
yes
Unique Id of the current teammate who is assigned to the ticket. If the ticket is unassigned, the value should be set to null