Offer a Global view for Tagged objects. #2557
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Environment
Proposed Functionality
At the moment we are only able to view tags by object type. i.e. Just circuits or just routers with a specific tag. yet we are able to tag multiple types of object with the same tag.
When clicking a tag we remain within the object that the tag was selected in. I.e if the tag was in circuits then clicking "TESTTAG" would result in https://netbox/circuits/circuits/?tag=TESTTAG
This request is to create a view that allows us to view tags applied to multiple objects similar to how the search function currently looks. The proposed view would list all objects types with that same tag applied.
https://netbox/extras/tags/?tag=TESTTAG
In the admin view we are able to see multiple objects with the same tag applied, so making a view with this same functionality shouldn't require any database changes as the functionality looks to already exist.
From here we could link the current tags view to a list of all objects under that tag.
Or linkable from the object itself that is tagged to see the rest of the objects that have this tag.
Use Case
We are looking at implementing tags to track what objects make up a service. This can include interfaces, routers, vlans, sites, etc.
Being able to click on a tag and have all of these tagged objects show up would make this a great visual reference of what objects have been linked together. This could also be used to see what part of a network impacts another part if they are tagged together.
Database Changes
None, this is already viewable under the Taggit page in the admin panel, it should only require a view and url addition.
External Dependencies
None. This will leverage the current Taggit dependency.
The text was updated successfully, but these errors were encountered: