sgtoj / PSConnectWise

PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
MIT License
45 stars 13 forks source link

CW Child / Parent Ticket #31

Open vedeht opened 7 years ago

vedeht commented 7 years ago

Any idea how to make a ticket a child ticket? I can't see any example of how that would be done.

sgtoj commented 7 years ago

I don't have an idea at the moment, but I'll look in to it. Probably need to create a new function called Merge-CWServiceTicket that takes the child and parent ticket numbers as parameters.

vedeht commented 7 years ago

What's it take to get you to do that??? I can send some $$ to ya.

vedeht commented 7 years ago

In my environment I can't get Update-CWServiceTicket to update the subject of a ticket. Am I doing something wrong or is there a glitch in the system?

sgtoj commented 7 years ago

I have created #34 for the update ticket subject bug.

As for the other thing, I need to look in to it some more. I don't think it will be to difficult to add. I probably cannot today, but I will look in to this weekend. Shouldn't be too much of a problem based on what I quickly read and tested.

vedeht commented 7 years ago

THANK YOU!!!

On Sep 16, 2016, at 11:15 AM, Brian notifications@github.com wrote:

I have created #34 https://github.com/sgtoj/PSConnectWise/issues/34 for the update ticket subject bug.

As for the other thing, I need to look in to it some more. I don't think it will be to difficult to add. I probably cannot today, but I will look in to this weekend. Shouldn't be too much of a problem based on what I quickly read and tested.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sgtoj/PSConnectWise/issues/31#issuecomment-247627349, or mute the thread https://github.com/notifications/unsubscribe-auth/AVMtRfaCf0rg-FjDGFUDjbZhWQlM09Imks5qqrKYgaJpZM4J-e7b.

sgtoj commented 7 years ago

fyi... I fixed and closed #34