We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ef70b commit dadccdbCopy full SHA for dadccdb
Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1
@@ -22,7 +22,7 @@ function New-HaloPSATicket {
22
if ($Ticket.id) {
23
if (!$Ticket.hasbeenclosed) {
24
Write-Information 'Ticket is still open, adding new note'
25
- <#$Object = [PSCustomObject]@{
+ $Object = [PSCustomObject]@{
26
ticket_id = $ExistingTicket.TicketID
27
outcome_id = 7
28
hiddenfromuser = $true
@@ -53,7 +53,7 @@ function New-HaloPSATicket {
53
Write-Information "Failed to add note to HaloPSA ticket: $Message"
54
Write-Information "Body we tried to ship: $body"
55
return "Failed to add note to HaloPSA ticket: $Message"
56
- }#>
+ }
57
}
58
59
else {
0 commit comments