MergeTickets
Merges one or more tickets into the target ticket.
Input
| Name | Type | Required | Description |
| Id | String | False | Id of the target ticket. |
| Ids | String | False | The comma-separated list of Ids of tickets to merge into the target ticket. |
| TargetComment | String | False | Private comment to add to the target ticket. |
| SourceComment | String | False | Private comment to add to the source ticket. |
Result Set Columns
| Name | Type | Description |
| Success | String | The current status of the job. |
| Message | String | The message returned from the server. |