Skip to content

Commit

Permalink
Merge pull request #417 from Rufus125/patch-3
Browse files Browse the repository at this point in the history
Update Invoke-JiraIssueTransition.ps1
  • Loading branch information
lipkau authored May 19, 2020
2 parents a77c2db + 42b7530 commit 93b53a3
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 93b53a3

Please sign in to comment.