netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Bulk-edit contact informaton of objects

Open 1024834 opened this issue 11 months ago • 4 comments

NetBox version

v4.2.5

Feature type

New functionality

Proposed functionality

Bulk-edit contact information of any number of objects selected in the WebUI.

Use case

Assigning a contact to lots of objects (i.e. devices) at once, saving lots of time.

Today, contacts must be assigned one by one, or with a script, which is possible but tedious for such a simple task.

Database changes

No response

External dependencies

No response

1024834 avatar May 16 '25 10:05 1024834

I think this makes sense, but we need to do some work around supporting bulk operations generally first. I'll move this to the backlog for now.

jeremystretch avatar May 22 '25 17:05 jeremystretch

Idk if it answers your needs but tenancy/contact-assignments/ can bulk-import + bulk-edit the relationship between contacts and the objects.

pl0xym0r avatar Jul 23 '25 08:07 pl0xym0r

Hi,

Adding one more detail to this thread:

One problem with the “Contact Assignment Bulk Import” is that one of the required fields is the contact’s name.

But there can be more than one “John Smith” in the contacts, and that makes the import fail, saying the name isn’t unique.

“Record 1 contact: ‘John Smith’ is not a unique value for this field; multiple objects were found”

It would need to be changed to the contact ID or some other alternative.

blorensi avatar Nov 26 '25 18:11 blorensi

Bulk delete should also be part of this feature.

llamafilm avatar Dec 11 '25 02:12 llamafilm