[SOLVED] Delete a ITSM Change

Moderator: crythias

Post Reply
dcorbera
Znuny expert
Posts: 164
Joined: 15 Mar 2013, 17:09
Znuny Version: OTRS 3.2

[SOLVED] Delete a ITSM Change

Post by dcorbera »

Hello.
How can configure OTRS ITSM to delete a change?
Many thanks.
Last edited by dcorbera on 31 Mar 2014, 10:54, edited 1 time in total.
Using:
OTRS HELP DESK 3.3.5
OTRS ITSM 3.3.5
POSTGRES 8.3
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: Delete a ITSM Change

Post by EXG133 »

$HOME/bin/otrs.ITSMChangeDelete.pl

[usr@srvr bin]$ ./otrs.ITSMChangeDelete.pl --help

otrs.ITSMChangeDelete.pl <Revision 1.4> - delete changes (all or by number).
Copyright (C) 2001-2012 xxx, http://otrs.org/
Usage: ./otrs.ITSMChangeDelete.pl [options]
Options are as follows:
--help display this option help
--all delete all changes
--ChangeNumber no1 no2 no3 delete listed changes
dcorbera
Znuny expert
Posts: 164
Joined: 15 Mar 2013, 17:09
Znuny Version: OTRS 3.2

Re: Delete a ITSM Change

Post by dcorbera »

Many thanks. Is there any way to delete the changes on the OTRS frontend?
Using:
OTRS HELP DESK 3.3.5
OTRS ITSM 3.3.5
POSTGRES 8.3
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Delete a ITSM Change

Post by reneeb »

Yes, when you're a member of the group set in the SysConfig option Frontend::Module###AgentITSMChangeDelete
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
dcorbera
Znuny expert
Posts: 164
Joined: 15 Mar 2013, 17:09
Znuny Version: OTRS 3.2

Re: Delete a ITSM Change

Post by dcorbera »

Solved. Many thanks. I didn't consider all the states to delete the changes.
Using:
OTRS HELP DESK 3.3.5
OTRS ITSM 3.3.5
POSTGRES 8.3
Post Reply