Werk #17578: notifications: 'notification_bulking' not a required field

Component REST API
Title notifications: 'notification_bulking' not a required field
Date Jan 31, 2025
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

For most notification plugins, the notification_bulking field didn't make sense and was previously made a non-required field. However, if you tried to create a notification rule via the rest-api without this field, it would generate a crash report. This werk addresses this issue by first checking if the field is present before setting it's value.

To the list of all Werks