Skip to content

Commit

Permalink
Merge pull request #384 from johnheusinger/issue-382
Browse files Browse the repository at this point in the history
Fix email notification not sending
  • Loading branch information
lipkau authored Oct 26, 2019
2 parents d6ecd39 + dabc804 commit 301d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiraPS/Public/New-JiraUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function New-JiraUser {
$requestBody = @{
"name" = $UserName
"emailAddress" = $EmailAddress
"notify" = $Notify
"notification" = $Notify
}

if ($DisplayName) {
Expand Down

0 comments on commit 301d909

Please sign in to comment.