How to edit Generic Agent to change Responsible?

Moderator: crythias

Locked
AlexG
Znuny newbie
Posts: 48
Joined: 11 Mar 2011, 08:34
Znuny Version: 3.2.10

How to edit Generic Agent to change Responsible?

Post by AlexG »

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
OTRS 3.2.10
ITSM 3.2.9
AlexG
Znuny newbie
Posts: 48
Joined: 11 Mar 2011, 08:34
Znuny Version: 3.2.10

Re: How to edit Generic Agent to change Responsible?

Post by AlexG »

Okay a Workaround:

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',
        },
    },
(129600 Minutes = 3 Months)
OTRS 3.2.10
ITSM 3.2.9
AlexG
Znuny newbie
Posts: 48
Joined: 11 Mar 2011, 08:34
Znuny Version: 3.2.10

Re: How to edit Generic Agent to change Responsible?

Post by AlexG »

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....
OTRS 3.2.10
ITSM 3.2.9
Locked