Greg Thys
Results
1
comments of
Greg Thys
I fixed this issue by modify the reporter check. if ($Reporter) { $jiraUserData = get-jirauser -UserName $Reporter -Credential $Credential -exact | Select-Object * $requestBody["reporter"] = @{"id" = $jiraUserData.accountId} }