Export Saved Filter does not include parameters #7725

Closed
opened 2025-12-29 20:27:31 +01:00 by adam · 1 comment
Owner

Originally created by @FliesLikeABrick on GitHub (Mar 6, 2023).

Originally assigned to: @kkthxbye-code on GitHub.

NetBox version

v3.4.5

Python version

3.10

Steps to Reproduce

  1. Browse to /extras/saved-filters with at least one saved filter defined
  2. Export saved filters to CSV via "Export" > "All Data (CSV)"
  3. Observe that the CSV does not contain the "parameters" field which is the core data to define/import/clone a saved filter

Expected Behavior

We would expect that the data export contains the "parameters" JSON, as this is the core value of the saved filter (all other fields are effectively metadata/housekeeping)

Observed Behavior

The parameters of the saved filter are not present in the export, meaning their subsequent import into NetBox would be incomplete. Parameters is a required field for import, we would expect it to be present in the export.

Originally created by @FliesLikeABrick on GitHub (Mar 6, 2023). Originally assigned to: @kkthxbye-code on GitHub. ### NetBox version v3.4.5 ### Python version 3.10 ### Steps to Reproduce 1. Browse to /extras/saved-filters with at least one saved filter defined 2. Export saved filters to CSV via "Export" > "All Data (CSV)" 3. Observe that the CSV does not contain the "parameters" field which is the core data to define/import/clone a saved filter ### Expected Behavior We would expect that the data export contains the "parameters" JSON, as this is the core value of the saved filter (all other fields are effectively metadata/housekeeping) ### Observed Behavior The parameters of the saved filter are not present in the export, meaning their subsequent import into NetBox would be incomplete. Parameters is a required field for import, we would expect it to be present in the export.
adam added the type: bugstatus: accepted labels 2025-12-29 20:27:31 +01:00
adam closed this issue 2025-12-29 20:27:31 +01:00
Author
Owner

@FliesLikeABrick commented on GitHub (Mar 8, 2023):

With a little bit of pointers towards the right part of the code base, I'm happy to open a PR for this.

@FliesLikeABrick commented on GitHub (Mar 8, 2023): With a little bit of pointers towards the right part of the code base, I'm happy to open a PR for this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7725