You are not logged in.
Hello, colleagues. I have a big list of serial numbers and I need to update status of devices in this list. How do I use search filter to find all devices from list? Now I have to add rule for every serial number.
Last edited by rocksteady (2023-07-07 15:42:38)
Offline
There is no quick way to search by a list of values.
A few good alternatives to meet your needs:
1. Use the Data Injection plugin to import a CSV of serial numbers and desired status. When creating the column mappings, you can specify the serial number as the link so it knows to use that to identify which item to update. You can also disable the creation of new items in the import to avoid accidentally creating new items if the serial number cannot be found.
2. Create a script that enumerates the serial number list, searches by the serial number via the API, and then updates the status via the API
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks, Data Injection works like charm!
Offline