OTRS 3.0 - services and SLAs

Moderator: crythias

Locked
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

OTRS 3.0 - services and SLAs

Post by enderb »

Hello,

We are using OTRS 3.0 and we want to configure the customers interface for creating tickets in such manner that the client will choose the service and SLA.

I have configured several services, i have defined three SLAs and related them with the services. At the first try it looked as working but now i can`t get it right.

I am configuring SystemAddress for destination when creating ticket. Default Queue is Postmaster. The SLA and Service options are active.

The behaviour is that when you are creating a new ticket, the fields are not populated.
What are the steps to configure OTRS in order to have visible the following options when creating a ticket :

TO: <Realname>
Service : ....
SLA : ...

Thanks.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.0 - services and SLAs

Post by jojo »

you need to assign Services to Customer Users via Admin Frontend
"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
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

Hi jojo. Thanks for your quick reply.

The customers are already assigned to services.e I have my own "customer" account and i have assigned to myself all the available services.
So:
- i have defined services
- i have defined SLAs
- i associated SLAs to Services
- i associated services to customers
- i have configured default queue
- i set the "TO" field with SystemAddress value.
- Services and SLA options are set to "Yes" in the Ticket core config page.

I dont get what i`m missing here.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: OTRS 3.0 - services and SLAs

Post by Wolfgangf »

did you configure "default services" ?
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

I suppose I did. If that means setting "Yes" in core ticket admin page. Correct me if I`m wrong.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.0 - services and SLAs

Post by jojo »

you need to do this via Customers<-> Services in Admin Frontend
"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
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

Hi Jojo,

I have a default service defined.

Is there an issue with multiple services for one SLA? I guess not.

What could be the cause for which the drop lists are not populated with values...
Default service - defined; customers-services defined ; services-SLAs defined
default queue defined..
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS 3.0 - services and SLAs

Post by crythias »

You don't get to see services until you choose the Customer. You don't get SLAs until you choose the Service.
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
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

crythias wrote:You don't get to see services until you choose the Customer. You don't get SLAs until you choose the Service.
Hello,

What i have done was : I configured the New Ticket interface with SystemAddress (which is defined) instead of Queue, and i checked the Service and SLA options to be visible in the customer interface for creating new tickets.. but I`m getting empty fields.
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

I guess the problem comes from setting CustomerPanelSelectionType=SystemAddress and CustomerPanelSelectionString=<Realname>. I have only one system address defined and the list is emtpy when creating a ticket.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.0 - services and SLAs

Post by jojo »

please cross check with Queue instead of System Address
"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
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

What do you mean? The thing I want is to use System Address instead of queue. I`d even like to get rid of System Address/Queue selection in the ticket creation process. Choose only the Service and SLA lets say.
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

I have tested with the following settings :

Ticket::Frontend::CustomerTicketMessage###Queue=NO
Ticket::Frontend::CustomerTicketMessage###Service=YES
Ticket::Frontend::CustomerTicketMessage###SLA = YES
CustomerPanelSelectionType=Queue
CustomerPanelSelectionString=<Queue>

Default queue defined, default service defined.

Now I can select the service in the list but the SLA list doesnt get populated afterwards. Any hint?
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

Now, even if i made no other changes than associate all the services to my customer account, it is not working anymore. Very weird.. sometimes there are values in the list, sometimes the dropdown lists are empty (after a refresh for example, or when you click New Ticket even if you`re already in the ticket creation page).
enderb
Znuny newbie
Posts: 10
Joined: 18 Jan 2011, 11:28
Znuny Version: 3.0

Re: OTRS 3.0 - services and SLAs

Post by enderb »

I have the same question, if anyone can answer:

By which method/configuration can I have in the customer "New ticket" interface only the "Service" and "SLA" fields. The queue can also be visible but also can be left invisible with a default value.

I have managed to have visible only the Service and SLA fields but it doesn`t work.. sometimes the fileds are containing values sometimes they are empty.

Thanks
Locked