Owner updates itsef to adminID

Moderator: crythias

Locked
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Owner updates itsef to adminID

Post by GMunjal »

Hi,

We implement OTRS in which we create a Generic Agent as below :

When ever there is service S1 selected , change the queue to Q1.

so we create a ticket with Queue - Q2, Service - S1 and User- U2.

after creating a ticket , Generic agents run and change the Queue Q2 to Q1, which is as desired functionality, but with this it also updates the User from U2 to AdminUser ID.

Why this is so happen, Any inputs on this ?


Many thanks.
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: Owner updates itsef to adminID

Post by reneeb »

The GenericAgent updates the ticket owner only when configured. So you should have a look at your job...
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
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Re: Owner updates itsef to adminID

Post by GMunjal »

I check the generic agent which is updating the Queue, there is nowhere owner update is configured.
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: Owner updates itsef to adminID

Post by reneeb »

It may be an effect of an other GenericAgent job. Have a look at the ticket history. This might give you a hint...
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
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Owner updates itsef to adminID

Post by yuri0001 »

Hi!
GMunjal wrote:Hi,

after creating a ticket , Generic agents run and change the Queue Q2 to Q1, which is as desired functionality, but with this it also updates the User from U2 to AdminUser ID.
Why this is so happen, Any inputs on this ?

Generally, when you moving ticket to another queue - system reset owner.
Try to see on parameter SysConfig in Ticket -> Core::Ticket --> Ticket::EventModulePost###120-ForceOwnerResetOnMove
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
Locked