You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling Invoke-JiraIssueTransition updates the Jira issue status but also returns the following error:
ERROR:
ConvertFrom-Json2 : Cannot bind argument to parameter 'InputObject' because it is an empty string.
At C:\Users\chalford\Documents\WindowsPowerShell\Modules\PSJira\1.2.5.112\Internal\Invoke-JiraMethod.ps1:93 char:54
$result = ConvertFrom-Json2 -InputObject $webResponse.Content
The text was updated successfully, but these errors were encountered:
Calling Invoke-JiraIssueTransition updates the Jira issue status but also returns the following error:
ERROR:
ConvertFrom-Json2 : Cannot bind argument to parameter 'InputObject' because it is an empty string.
At C:\Users\chalford\Documents\WindowsPowerShell\Modules\PSJira\1.2.5.112\Internal\Invoke-JiraMethod.ps1:93 char:54
$result = ConvertFrom-Json2 -InputObject $webResponse.Content
The text was updated successfully, but these errors were encountered: