URL:service-desk/api/problem-attach-ticket/{problemId}
Method: POST
Description : Route to attach ticket to problem based on problemId and ticketIds
Parameters:
Parameter | Type | Optional/Required | Description |
problem id | integer | Required | Problem id of the problem to attach ticket |
ticket id | integer | Required | Ticket ids of the tickets to be attached to problem is passed through request |
{- “success”:true,
- “Message”:“Tickets Attached Successfully”
- }