Hello,
because of data privacy reasons I have to change the owner and responsible of Tickets which have been closed 3 months ago.
To change the owner was the easy part but how can I change the responsible with the generic agent?
I somehow have to add the field responsible to the generic Agent mask but I don't know how.
The mainquestion: How can I add change responsible to the generic agent mask OR run the Generic Agent via console to change the responsible?
Greetings AlexG
How to edit Generic Agent to change Responsible?
Moderator: crythias
How to edit Generic Agent to change Responsible?
OTRS 3.2.10
ITSM 3.2.9
ITSM 3.2.9
Re: How to edit Generic Agent to change Responsible?
Okay a Workaround:
I used the GenericAgent via Console OTRS/Kernel/Config/GenericAgent.pm like this:
(129600 Minutes = 3 Months)
I used the GenericAgent via Console OTRS/Kernel/Config/GenericAgent.pm like this:
Code: Select all
'data privacy Queue' => {
Queue => ['Queue1', 'Queue2'],
States => ['closed unsuccessful', 'closed successful'],
TicketCreateTimeOlderMinutes => 129600,
New => {
Owner => 'Pseudo-Agent',
Responsible => 'Pseudo-Agent',
},
},
OTRS 3.2.10
ITSM 3.2.9
ITSM 3.2.9
Re: How to edit Generic Agent to change Responsible?
New problem:
With my old (now deleted) test tickets it worked fine but...
Now I got the first few (real) tickets which are effected by these rules, but only the owner has been changed, not the responsible. And if I have been the last owner(admin rights) the owner/responsible isn't changed at all....
With my old (now deleted) test tickets it worked fine but...
Now I got the first few (real) tickets which are effected by these rules, but only the owner has been changed, not the responsible. And if I have been the last owner(admin rights) the owner/responsible isn't changed at all....
OTRS 3.2.10
ITSM 3.2.9
ITSM 3.2.9