Support tags for contact assignments #8191

Closed
opened 2025-12-29 20:33:37 +01:00 by adam · 0 comments
Owner

Originally created by @Ikke on GitHub (Jun 13, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.3

Feature type

Data model extension

Proposed functionality

Support adding tags to contact assignments.

Use case

We use tags to give different permissions to manage their own data in Netbox through the API. Contact assignments do not support tags yet, so we have to give global add/change/delete permissions for contact assignments.

Adding support for tags would allow for more granular permissions.

Database changes

From what I can see, this would require adding a TagColumn to the ContactAssignment table.

External dependencies

No response

Originally created by @Ikke on GitHub (Jun 13, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.3 ### Feature type Data model extension ### Proposed functionality Support adding tags to contact assignments. ### Use case We use tags to give different permissions to manage their own data in Netbox through the API. Contact assignments do not support tags yet, so we have to give global add/change/delete permissions for contact assignments. Adding support for tags would allow for more granular permissions. ### Database changes From what I can see, this would require adding a `TagColumn` to the ContactAssignment table. ### External dependencies _No response_
adam added the status: acceptedtype: feature labels 2025-12-29 20:33:37 +01:00
adam closed this issue 2025-12-29 20:33:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8191