Skip to content

Commit 301d909

Browse files
authored
Merge pull request #384 from johnheusinger/issue-382
Fix email notification not sending
2 parents d6ecd39 + dabc804 commit 301d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JiraPS/Public/New-JiraUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function New-JiraUser {
3838
$requestBody = @{
3939
"name" = $UserName
4040
"emailAddress" = $EmailAddress
41-
"notify" = $Notify
41+
"notification" = $Notify
4242
}
4343

4444
if ($DisplayName) {

0 commit comments

Comments
 (0)