Bulk contact-to-object assignments #12631
Labels
status: duplicate
This issue has already been raised
type: feature
Introduction of new functionality to the application
NetBox version
v3. 5.1
Feature type
New functionality
Proposed functionality
Currently there is no gui possibility to bulk-assign many contacts to many objects. The only way we have found is by directly modifying database with "insert into tenancy.contact (...) values (...)(...) etc " which may be very hazardous.
There should be an gui option to link the ID of the contact with the ID of the object, let's say a device.
Use case
We have thousands of devices representing physical IP phones, and also have thousands of contacts, each of them representing the phone number of the IP phone.
We would like to link all of the contacts to all of the devices, but there is no way to do that by bulk editing (importing) devices because there is no available contact field option.
If such field existed, it would be easy to link let's say a list of device id's with a list of contact id's.
As for now, we have to edit thousands of devices one-by-one and click "add a contact" button on every single one of them.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: