Default Queue for New Tickets

Moderator: crythias

Post Reply
Paulc
Znuny newbie
Posts: 20
Joined: 01 Mar 2013, 17:50
Znuny Version: 3.1.11-01
Real Name: Paul Caswell
Company: System Associates

Default Queue for New Tickets

Post by Paulc »

Hi.

I am trying to configure OTRS so that agents when using AgentTicketPhone only get the choice of one queue (in my case 'Support').

I have tried all configs that I can find and I can get the queue dropdown to only display 'Support' but whenever a ticket is then created, it goes in to the 'Postmaster' queue. I cannot find the piece of config that is driving this. Any help would be appreciated please!
OTRS version: 3.1.11. Operating System: Linux. Database type: MySQL.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default Queue for New Tickets

Post by crythias »

Paulc wrote:I am trying to configure OTRS so that agents when using AgentTicketPhone only get the choice of one queue (in my case 'Support').
Among potentially other ways, group membership will restrict available queues.
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
Paulc
Znuny newbie
Posts: 20
Joined: 01 Mar 2013, 17:50
Znuny Version: 3.1.11-01
Real Name: Paul Caswell
Company: System Associates

Re: Default Queue for New Tickets

Post by Paulc »

As one of the support agents creating tickets, I can then use change queue to move it to the required Support queue without issue.

Its just the selection of the default queue when the submit button is used to create a new ticket.

I have also tried making the Postmaster queue invalid but the same issue still occurs.
OTRS version: 3.1.11. Operating System: Linux. Database type: MySQL.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default Queue for New Tickets

Post by crythias »

Take a look at this: viewtopic.php?f=60&t=10673
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
Paulc
Znuny newbie
Posts: 20
Joined: 01 Mar 2013, 17:50
Znuny Version: 3.1.11-01
Real Name: Paul Caswell
Company: System Associates

Re: Default Queue for New Tickets

Post by Paulc »

Resolved - the hint regarding groups access sorted it for me. Thank you!
OTRS version: 3.1.11. Operating System: Linux. Database type: MySQL.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Default Queue for New Tickets

Post by crythias »

I realize I'm resurrecting a dead thread, but this is relevant.

If you look at "View Source" for the ticket, you'll see the Input name=Dest

if you place a variable name in the URI, it will populate the form.

You can change the links to go to, for example:
http//yourdomain/otrs/index.pl?Action=AgentTicketPhone;Dest=6||MyQueue

Where "6" and "MyQueue" reflect the appropriate QueueID and QueueName. Yes, the two pipes (|) are required.
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
Baeckerjunge
Znuny newbie
Posts: 33
Joined: 24 Sep 2011, 01:21
Znuny Version: 6....

Re: Default Queue for New Tickets

Post by Baeckerjunge »

Hi crythias,

thanks for your update. I was desparetely looking for a solution how to preselect the queue in a NewTicket-url.

But how does it work with blanks?

This works: Action=AgentTicketPhone;Dest=4||Misc
This not: Action=AgentTicketPhone;Dest=5||Example%Queue

Thanks in advance 4 your help
Baeckerjunge
Znuny newbie
Posts: 33
Joined: 24 Sep 2011, 01:21
Znuny Version: 6....

Re: Default Queue for New Tickets

Post by Baeckerjunge »

Ha! Just found out it is + instead of %

So for queue 5 "Exampe Queue" it must be Action=AgentTicketPhone;Dest=5||Example+Queue
Post Reply