Open Issues Need Help
View All on GitHubAI Summary: The task is to debug and fix a bug in the NetBox DNS plugin where the 'prechange' field in webhooks is null when updating IPAM-managed addresses. This prevents proper tracking of changes when using IPAM DNS sync, making it difficult to manage DNS records accurately. The solution involves investigating why the 'prechange' data is not captured during IPAM address updates and modifying the plugin's webhook functionality to include this missing information.
NetBox DNS is a NetBox plugin for managing DNS data.
AI Summary: Debug and fix a bug in the NetBox DNS plugin where using a multiple objects custom field with a template on DNS Zones, referencing DNS Views, results in a 'Value must be valid JSON' error. The issue stems from the custom field's value not being correctly processed as a list of object IDs when using a template.
NetBox DNS is a NetBox plugin for managing DNS data.