-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.10
Steps to Reproduce
- Create a contact group named Group 1
- Create a contact named Contact 1 and assign it to the group
- Inspect the creation record for the contact in the changelog
Expected Behavior
The assigned group should appear in a groups list in the serialized representation of the contact.
Observed Behavior
There is no groups field in the changelog data:
{
'link': '',
'name': 'Contact 1',
'tags': [],
'email': '',
'phone': '',
'title': '',
'address': '',
'created': '2025-05-08T19:14:40.686Z',
'comments': '',
'description': '',
'custom_fields': {}
}
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application