Skip to content

Commit

Permalink
Update Invoke-JiraIssueTransition.ps1
Browse files Browse the repository at this point in the history
Increase the JSON transformation depth
  • Loading branch information
Rufus125 authored May 19, 2020
1 parent a77c2db commit 42b7530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiraPS/Public/Invoke-JiraIssueTransition.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function Invoke-JiraIssueTransition {
$parameter = @{
URI = "{0}/transitions" -f $issueObj.RestURL
Method = "POST"
Body = ConvertTo-Json -InputObject $requestBody -Depth 4
Body = ConvertTo-Json -InputObject $requestBody -Depth 5
Credential = $Credential
}
Write-Debug "[$($MyInvocation.MyCommand.Name)] Invoking JiraMethod with `$parameter"
Expand Down

0 comments on commit 42b7530

Please sign in to comment.