We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb91d21 commit 0e268a8Copy full SHA for 0e268a8
functions/Get-DeletedTicket.ps1
@@ -26,7 +26,7 @@ function Get-DeletedTicket {
26
27
$path = '/api/v2/deleted_tickets.json'
28
29
- $result = Invoke-Method -Context $Context -Path $path -Verbose:$VerbosePreference
+ $result = Invoke-Method -Context $Context -Path $path -SortBy 'deleted_at' -Verbose:$VerbosePreference
30
$result | Select-Object -Expand 'deleted_tickets'
31
32
}
0 commit comments