[RESOLVED] Agent changed state to OPEN

Moderator: crythias

Locked
ptay
Znuny newbie
Posts: 85
Joined: 13 Jul 2010, 18:55
Znuny Version: 5.0.10

[RESOLVED] Agent changed state to OPEN

Post by ptay »

Anyone know the easiest way for an Agent to change a ticket state from CLOSED-SUCCESSFUL to OPEN? It might be obvious but I'm missing it...
Last edited by ptay on 22 Mar 2011, 18:19, edited 1 time in total.
Test:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
ferrosti
Znuny superhero
Posts: 723
Joined: 10 Oct 2007, 14:30
Znuny Version: 3.0
Location: Hamburg, Germany

Re: Agent changed state to OPEN

Post by ferrosti »

Well, in case one wants to reopen a closed ticket a note should be added why it has been reopened.
This case make sure that
Ticket::Frontend::AgentTicketNote###State
is set. Then your agents will be able to set ticket state when entering notes.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Agent changed state to OPEN

Post by crythias »

or Generic Agent
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
Daniel Obee
Moderator
Posts: 644
Joined: 19 Jun 2007, 17:11
Znuny Version: various
Real Name: Daniel Obée
Location: Berlin

Re: Agent changed state to OPEN

Post by Daniel Obee »

Or allow state changes in ViewFreeField. This is about the most convenient way I know.

Grz
Dan
ptay
Znuny newbie
Posts: 85
Joined: 13 Jul 2010, 18:55
Znuny Version: 5.0.10

Re: Agent changed state to OPEN

Post by ptay »

ferrosti wrote:Well, in case one wants to reopen a closed ticket a note should be added why it has been reopened.
This case make sure that
Ticket::Frontend::AgentTicketNote###State
is set. Then your agents will be able to set ticket state when entering notes.
That is exactly what I'm looking for, thank you!

Edit Config Settings in Ticket -> Frontend::Agent::Ticket::ViewNote -> Ticket::Frontend::AgentTicketNote###State
Test:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Locked