[RESOLVIDO] Como apagar um item de configuração

Post Reply
savio
Znuny newbie
Posts: 37
Joined: 13 Aug 2015, 18:05
Znuny Version: 4.0.14

[RESOLVIDO] Como apagar um item de configuração

Post by savio »

Salve, salve!

Alguém sabe como posso fazer para apagar um item do BDGC?

Obrigado.
Last edited by savio on 30 May 2016, 13:04, edited 1 time in total.
savio
Znuny newbie
Posts: 37
Joined: 13 Aug 2015, 18:05
Znuny Version: 4.0.14

Re: Como apagar um item de configuração

Post by savio »

Respondendo:

otrs.ITSMConfigItemDelete.pl
delete config items (all, by class (and deployment state) or by number).
Copyright (C) 2001-2015 xxx, http://otrs.com/

Usage: /opt/otrs/bin/otrs.ITSMConfigItemDelete.pl [options]

Options are as follows:
--help display this option help
--all delete all config items
--class name delete all config items of this class
--deploymentstate name delete all config items with this deployment state (ONLY TOGETHER with the --class parameter)
--ConfigItemNumber no1 no2 no3 delete listed config items

Daí basta usar: /opt/otrs/bin/otrs.ITSMConfigItemDelete.pl --ConfigItemNumber NumeroItemDeConfiguração1 NumeroItemDeConfiguração2 NumeroItemDeConfiguração3
Post Reply