[SOLVED] Dispatch menu and screen
Moderator: crythias
[SOLVED] Dispatch menu and screen
Hi,
When a customer mails an incident, a ticket is created in OTRS in the inbox queue. Any agent can pick it up and assign the Owner and move to the correct Queue and so on. I would like to make this first respons a bit more uniform to all agents. My idea is to make a new menu item called dispatch which would show a window where an Agent has to fill in :
- Queue (mandatory)
- Owner
- Priority (mandatory)
- Category (whixh is a FreeTextfield we created)
As this screen does not exists (nor the menu) in the default setup of our OTRS, is it possible to create this and if yes, how ?
Thanks,
Jo.
When a customer mails an incident, a ticket is created in OTRS in the inbox queue. Any agent can pick it up and assign the Owner and move to the correct Queue and so on. I would like to make this first respons a bit more uniform to all agents. My idea is to make a new menu item called dispatch which would show a window where an Agent has to fill in :
- Queue (mandatory)
- Owner
- Priority (mandatory)
- Category (whixh is a FreeTextfield we created)
As this screen does not exists (nor the menu) in the default setup of our OTRS, is it possible to create this and if yes, how ?
Thanks,
Jo.
Last edited by jodp on 09 Apr 2013, 23:33, edited 1 time in total.
OTRS 3.2.3 - Linux, MySQL and a very happy user about all three
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dispatch menu and screen
change Queue from drop down to window, set fields as mandatory in the screen.
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: Dispatch menu and screen
whats your OTRS version?
"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: Dispatch menu and screen
OTRS version is 3.2.3
OTRS 3.2.3 - Linux, MySQL and a very happy user about all three
Re: [SOLVED] Dispatch menu and screen
crythias´ solution was simple and effective. Thanks !
I went into Sysconfig to Frontend::Agent::Ticket::ViewMove
and change from Popup to NewWindow
I went into Sysconfig to Frontend::Agent::Ticket::ViewMove
and change from Popup to NewWindow
OTRS 3.2.3 - Linux, MySQL and a very happy user about all three
Re: Dispatch menu and screen
Just one more question. It seems that enabling the screen was the solution, but I can't find to make Priority mandatory.crythias wrote:change Queue from drop down to window, set fields as mandatory in the screen.
For each of my new tickets (picked up by email) the priority is empty (which is good) but I need to make this field mandatory
Where can I do this ?
Thanks,
Jo
OTRS 3.2.3 - Linux, MySQL and a very happy user about all three
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: [SOLVED] Dispatch menu and screen
Assuming most tickets are normal priority, do you really insist on setting 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
Re: [SOLVED] Dispatch menu and screen
Priority is a well defined indicator for our helpdesk staff, it is more than a flag.
Our SLA's with business depts depend on it, so it has to be set carefully by our supporting staff.
Therefore, it is a good thing that the priority is empty when a ticket is opened. When it is made mandatory, I ask the helpdesker (myself included) to think twice about it.
Some solutions suggest to make a new field, such as 'thiscompaniespriority', but I don't see a point doing this when a perfect priority field exists.
I only don't know how to make it mandatory when I am in the Tichet::ViewMove screen...
Our SLA's with business depts depend on it, so it has to be set carefully by our supporting staff.
Therefore, it is a good thing that the priority is empty when a ticket is opened. When it is made mandatory, I ask the helpdesker (myself included) to think twice about it.
Some solutions suggest to make a new field, such as 'thiscompaniespriority', but I don't see a point doing this when a perfect priority field exists.
I only don't know how to make it mandatory when I am in the Tichet::ViewMove screen...
OTRS 3.2.3 - Linux, MySQL and a very happy user about all three
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: [SOLVED] Dispatch menu and screen
Then you should be using SLA for SLA and priority for priority.jodp wrote:Our SLA's with business depts depend on it,
Priority is about how strong you feel you need to order your tickets "today", but SLA is when the ticket must be done. They don't have to be linked. You can have a 5 day SLA and not do anything for 4 days, now change the priority but the SLA doesn't change.
The priority isn't "empty" ever. It's always 3 normal (or whatever you set as the default priority).
Yes, you can edit the .dtl to make priority mandatory by changing the CSS of the field, but (imo) what you really want is to mandatory set Service and SLA.
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