Could you help on API to create a change request including ctask and outage record
Could you help me with a service now API to create a change request including change tasks and outage record using scripted rest api? Below script is only creating change request, not ctask and outage.(function process(request, response) { try { ...
