Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
359 stars 170 forks source link

Why New-ServiceNowChangeTask does not link the new task to the main change ticket? #255

Closed gdbarron closed 9 months ago

gdbarron commented 9 months ago

Discussed in https://github.com/Snow-Shell/servicenow-powershell/discussions/254

Originally posted by **pheresparza** November 17, 2023 Hello folks, Before anything would like to thanks all the support you guys provide... by other hand, I have been trying to accomplish the change ticket creation using this amazing PowerShell module however, when playing with New-ServiceNowChangeTask using the parameter -ChangeRequest CHGXXXXXX I get the ctask created but it is not linked to the CHGXXXXXX ticket, I see it as independent ctask. Wonder if I am doing anything wrong? thoughts