NotificationGroup.notify() does not capture static representation of associated object #10059

Closed
opened 2025-12-29 21:26:18 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 7, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

NetBox Cloud

NetBox Version

v4.1-beta1

Python Version

3.10

Steps to Reproduce

  1. Create a notification group
  2. Create an event rule (e.g. for object changes) targeting that notification group
  3. Trigger the event rule

Expected Behavior

The generated notification should include a static representation of the object (object_repr).

Observed Behavior

The notification's object_repr attribute is empty.

Originally created by @jeremystretch on GitHub (Aug 7, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type NetBox Cloud ### NetBox Version v4.1-beta1 ### Python Version 3.10 ### Steps to Reproduce 1. Create a notification group 2. Create an event rule (e.g. for object changes) targeting that notification group 3. Trigger the event rule ### Expected Behavior The generated notification should include a static representation of the object (`object_repr`). ### Observed Behavior The notification's `object_repr` attribute is empty.
adam added the type: bugstatus: acceptedbetaseverity: low labels 2025-12-29 21:26:18 +01:00
adam closed this issue 2025-12-29 21:26:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10059