Change ticket status to open when moving to another queue?

Moderator: crythias

Locked
KimmoJ
Znuny newbie
Posts: 47
Joined: 15 Sep 2011, 09:32
Znuny Version: 6.0.22
Real Name: Kimmo Jaskari
Company: Transmar Ab

Change ticket status to open when moving to another queue?

Post by KimmoJ »

I just had a little gotcha moment today when one agent answered a ticket and set it to closed and another agent came in via the mail link, realized it wasn't in the proper queue and moved it to another.

So it landed in the other queue in the closed state and thus just "vanished without a trace".

Is there a way to force tickets open when they're moved from queue to queue just to be on the safe side? Presumably in most cases if you're moving things from one queue to the other you want attention to the ticket in the receiving queue... at least that would be true in my case.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Change ticket status to open when moving to another queu

Post by crythias »

Ticket::Frontend::MoveType

Default value: Dropdown
Determines if the list of possible queues to move to ticket into should be displayed in a dropdown list or in a new window in the agent interface. If "New Window" is set you can add a move note to the ticket.

In here, you can get a popup window instead and choose options.

Ticket::EventModulePost###120-ForceOwnerResetOnMove
KeyContent

Resets and unlocks the owner of a ticket if it was moved to another queue
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
KimmoJ
Znuny newbie
Posts: 47
Joined: 15 Sep 2011, 09:32
Znuny Version: 6.0.22
Real Name: Kimmo Jaskari
Company: Transmar Ab

Re: Change ticket status to open when moving to another queu

Post by KimmoJ »

That's awesome, thank you.

Mental note for myself: next time use the sysconfig search a little better before spamming the board. :) Appreciate the guidance though.
Locked