PUT API will not allow me to associate a Change ID to a Major Incident. As long as the incident is not a Major Incident the PUT API works. Please share how I can make this work for Major Incidents.
https://{{service_desk_url}}/api/v2/tickets/{{change.incident_number}}?bypass_mandatory=true
{
"ticket": {
"change_initiated_by_ticket": {
"display_id": {{Change_ID}}
}
}
}