Werk #17853: Update tag conditions in user notification rules
Component | Notifications | ||
Title | Update tag conditions in user notification rules | ||
Date | Apr 22, 2025 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The format of tag conditions changed from list to dictionary in 2.4. This was already migrated for (global) notification rules on update but not for user notification rules, leading to errors like "AttributeError ('list' object has no attribute 'items')".
User notification rules are now also migrated on update.