Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tags for contact assignments #12882

Closed
Ikke opened this issue Jun 13, 2023 · 0 comments
Closed

Support tags for contact assignments #12882

Ikke opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@Ikke
Copy link

Ikke commented Jun 13, 2023

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

@Ikke Ikke added the type: feature Introduction of new functionality to the application label Jun 13, 2023
@jeremystretch jeremystretch added the status: under review Further discussion is needed to determine this issue's scope and/or implementation label Jun 14, 2023
abhi1693 added a commit that referenced this issue Jul 8, 2023
@abhi1693 abhi1693 added status: accepted This issue has been accepted for implementation and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Aug 1, 2023
@abhi1693 abhi1693 self-assigned this Aug 1, 2023
@abhi1693 abhi1693 added this to the v3.6 milestone Aug 1, 2023
jeremystretch added a commit that referenced this issue Aug 1, 2023
* adds tags on contact assignments #12882

* updated migration

* added tags on import form

* adds TagsMixin on ContactAssignmentType #12882

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

3 participants