From dabc804121eb6e445c04c38c9af49d84cacb5240 Mon Sep 17 00:00:00 2001 From: John Heusinger Date: Wed, 23 Oct 2019 22:27:56 +0200 Subject: [PATCH] Fix email notification not sending --- JiraPS/Public/New-JiraUser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JiraPS/Public/New-JiraUser.ps1 b/JiraPS/Public/New-JiraUser.ps1 index 45b8423f..cf017bc1 100644 --- a/JiraPS/Public/New-JiraUser.ps1 +++ b/JiraPS/Public/New-JiraUser.ps1 @@ -38,7 +38,7 @@ function New-JiraUser { $requestBody = @{ "name" = $UserName "emailAddress" = $EmailAddress - "notify" = $Notify + "notification" = $Notify } if ($DisplayName) {