Move to another quee by agent action
Moderator: crythias
Move to another quee by agent action
Please help me to solve a little problem.
I want to select value "checked" in checkbox of dynamic field in ticket when agent move it to another quee.
For example - i have ticket with dynamic field "Solved". When i move it to the quee "Solved tickets" "Solve" sets to checked.
I suppose it could be made in Configuration settings.
Thank you for replies.
I want to select value "checked" in checkbox of dynamic field in ticket when agent move it to another quee.
For example - i have ticket with dynamic field "Solved". When i move it to the quee "Solved tickets" "Solve" sets to checked.
I suppose it could be made in Configuration settings.
Thank you for replies.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Move to another quee by agent action
Change the queue from dropdown to popup.
next state closed or solved works for me
next state closed or solved works for me
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
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
Re: Move to another quee by agent action
I don`t need to change state. Only dynamic field value.
The task is to do something like - Quee_1 recieved a ticket and wants to move it to another Quee_2, but set a flag, signals that Quee_1 move this ticket to Quee_2. Quee_2 need to know, that Quee_1 gave them this ticket. How can i do this?
The task is to do something like - Quee_1 recieved a ticket and wants to move it to another Quee_2, but set a flag, signals that Quee_1 move this ticket to Quee_2. Quee_2 need to know, that Quee_1 gave them this ticket. How can i do this?
Re: Move to another quee by agent action
thats already in the history of the ticket
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Move to another quee by agent action
I know, but i want Generic Agent to work with tickets with flag cheked. It can`t watch the history.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Move to another quee by agent action
What is the end result that you want to happen within Generic Agent and why do you want Generic Agent to handle this when it's more likely to be an event to trap?
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
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
Re: Move to another quee by agent action
Quee "Managers" recieved a ticket. They decieded to move it to quee "IT", cuz they dont know what to do with the problem in the ticket. When they move to IT,flag "Send from Managers" automatically sets in "checked". In "IT" agents solve the problem, add note "Guys, we solve the problem, so you can anser your client ". But i don`t want people from IT to move ticket to "Managers" themselves. They just add a note. Generic Agent will move it, when find flag "Solved". This flag set people from IT.crythias wrote:What is the end result that you want to happen within Generic Agent and why do you want Generic Agent to handle this when it's more likely to be an event to trap?
But maybe "Managers" move ticket to IT and there is no notes from IT. When it`s EscalationFirstResponse time, GenericAgent will see the flag from Managers "Send from Managers" and move ticket back to Managers quee.
Re: Move to another quee by agent action
Just tell me please, can i make OTRS automatically set dynamic field to "check" when agent move tickert?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Move to another quee by agent action
Yes, if you program/create a ticket event. And if you go that far, you might as well make the event do that thing you want Generic Agent to do and then you don't have to set a flag.norwen wrote:Just tell me please, can i make OTRS automatically set dynamic field to "check" when agent move tickert?
But the OTRS way to do what you want is simply to "Forward" an article to a Manager to take a look at it and let the manager deal with it.
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
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