AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

New-TdIncident Options #68

Closed digitalexpl0it closed 5 years ago

digitalexpl0it commented 5 years ago

When creating a new Incident is there a way to set the Operator and Operator Group?

digitalexpl0it commented 5 years ago

Or have an option output the ticket number after using New-TdIncident

AndrewPla commented 5 years ago

Thanks for raising this issue. It definitely looks like New-TdIncident could use some love. It looks like there are a bunch of parameters I need to add to New-TdIncident.

https://developers.topdesk.com/documentation/index.html#api-Incident-CreateIncident

digitalexpl0it commented 5 years ago

We have multiple departments using TOPDesk and we filter the ticket based off Operator Group, so an option to specify the Operator Group would be a great addition.

AndrewPla commented 5 years ago

The latest version of TOPdeskPS on the gallery now has the updated New-TdIncident command. Let me know if you see any other issues