EmailAddress
is no longer supported in Cloud. Refer to the changelog for more details.curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/notificationscheme//notification' \
--header 'Content-Type: application/json' \
--data-raw '{
"notificationSchemeEvents": [
{
"event": {
"id": "1"
},
"notifications": [
{
"notificationType": "Group",
"parameter": "jira-administrators"
}
]
}
]
}'
null