v5

latestOpenAPI 3.0.02026-08-04258282491.7 KB
Ticket

Merge multiple tickets into one

Merges ticketsToMergeIds into a target ticket and returns the resulting main ticket. targetTicketId is required unless shouldCreateNewTicket is true, in which case a fresh main ticket is created (and an existing target ticket, if given, is archived too). Merged tickets are archived and linked to the main ticket. shouldMergeTasks re-parents linked sub-tickets; shouldMergeContacts merges the contacts of the merged tickets.

put/tickets/merge

Headers

projectstring required

Request body

shouldMergeContactsboolean required
shouldMergeTasksboolean required
shouldCreateNewTicketboolean required
ticketsToMergeIdsstring[] required
targetTicketIdstring

Response

Ok

{"stackTrail":"paths:/tickets/merge:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}