Search found 32 matches

by tomekliw
21 Nov 2012, 01:11
Forum: Help
Topic: Problem with event based notifications
Replies: 3
Views: 1979

Re: Problem with event based notifications

Wow, but I don't know how to use automatic responses to inform customer about closing a ticket. There are events: Name Description auto reply Creation of a ticket in a certain queue. auto reply/new ticket Reopening of an already closed ticket, e.g. if a customer replies to such ticket. auto follow u...
by tomekliw
20 Nov 2012, 15:40
Forum: Help
Topic: Problem with event based notifications
Replies: 3
Views: 1979

Problem with event based notifications

Hi everyone, Today suddenly my OTRS stopped to send event based notifications. Customer receive emails from auto answer (like i.e. new ticket created) but no event based notifications. Problem is not in sendmail, but somwhere in OTRS, because there is no "System email external" article. Ev...
by tomekliw
30 Oct 2012, 15:54
Forum: Help
Topic: Error after upgrade from 3.0 to 3.1
Replies: 2
Views: 1651

Error after upgrade from 3.0 to 3.1

I have "Invalid Challenge Token! " error, when I try to log as another agent by using "Switch to agent" link. Details: Backend ERROR: OTRS-CGI-10 Perl: 5.8.8 OS: linux Time: Tue Oct 30 14:47:34 2012 Message: Invalid Challenge Token! Traceback (22504): Module: Kernel::Output::HTML...
by tomekliw
27 Jul 2012, 10:46
Forum: Help
Topic: Solution time query
Replies: 1
Views: 1273

Solution time query

Hi everyone,

Maybe someone can share SQL query wchich displays solution time for each ticket, but without time when ticket was in pending state.

I cannot find it on this forum, thanks in advance.

TJL.
by tomekliw
27 Sep 2011, 12:25
Forum: Help
Topic: Priority for separate customers
Replies: 2
Views: 1620

Re: Priority for separate customers

Customer groups worked ;-) $Self->{TicketAcl}->{'ACL6'}={ Properties => { CustomerUser => { Group_rw => [ 'managers', ], }, }, Possible => { Ticket => { Priority => [ '1 very low', '2 low', '3 normal', '4 high', '5 very high', ], }, }, }; $Self->{TicketAcl}->{'ACL5'}={ PropertiesNot => { CustomerUse...
by tomekliw
26 Sep 2011, 09:22
Forum: Help
Topic: Priority for separate customers
Replies: 2
Views: 1620

Priority for separate customers

Hi Everybody,

I need to have 4 priorities for every user (1 very low - 4 high) and 5 priorities for separarate group of customers (1 very low - 5 very high)
How can I implement such a situation in OTRS (ACL or something)?

Thanks in advance.
by tomekliw
21 Jun 2011, 14:06
Forum: Help
Topic: "RO" for all customers
Replies: 6
Views: 2897

Re: "RO" for all customers

Of course I have an exception and I cannot use Your solution. There is about 20 customers, who should have possibility to create ticket in both queues, so "force dtl" solution is not enough.
by tomekliw
21 Jun 2011, 11:52
Forum: Help
Topic: "RO" for all customers
Replies: 6
Views: 2897

Re: "RO" for all customers

It will give me possibility to have separate queues for helpdesk and infrastructure team with condition that customers can create ticket only to helpdesk team and if helpdesk team redirect ticket to infrastructuere team it will be still visible for customer in customer panel.
by tomekliw
20 Jun 2011, 12:58
Forum: Help
Topic: "RO" for all customers
Replies: 6
Views: 2897

"RO" for all customers

Is it possible to give access to one group to all customers but with 'ro' (read only) permission?
Something like CustomerGroupAlwaysGroups but with ro, not rw?

I can do it for individual users, but I have almost 600 of them and they are changing often, so I need more simple solution.

TEJOTEL
by tomekliw
13 Jun 2011, 10:25
Forum: Help
Topic: Different themes for customers from same domain
Replies: 1
Views: 1309

Different themes for customers from same domain

Is it possible to have different themes from customers (not agents!) from same AD domain. I can put only one default theme and if I try to change it for specific users. This is what i had "Not supported for this module!". I cannot also add customer from local database, because there is a n...
by tomekliw
08 Jun 2011, 16:11
Forum: Help
Topic: Problems with address book
Replies: 0
Views: 837

Problems with address book

I have strange problem. On newticketphone there is a link to address book, but this link is only visible if You are OTRS admin. Is it possible to have this link without such high rights?
by tomekliw
27 May 2011, 15:17
Forum: Help
Topic: How to hide one queue in customerticketmessage.dtl
Replies: 3
Views: 1910

Re: How to hide one queue in customerticketmessage.dtl

This is right what You said, but I want every customer have rw permission to group connected with queue (and it's done by default group), but only some of them shoud see this queue in "To: " field in new ticket form.
by tomekliw
27 May 2011, 11:37
Forum: Help
Topic: How to hide one queue in customerticketmessage.dtl
Replies: 3
Views: 1910

How to hide one queue in customerticketmessage.dtl

Hi, I had 4 queues, but I want to hide one of them in customerticketmessage.dtl but only from part of customers. I mean that all customers should see status and content of ticket from all 4 queues and should be able to create ticket only in 3 of them. So far so easy but, there are some customers, wh...
by tomekliw
27 May 2011, 11:29
Forum: Help
Topic: Why ticketfreetext is cut at ticket info box?
Replies: 2
Views: 2149

Re: Why ticketfreetext is cut at ticket info box?

I need longer entry in Agentticketzoom.dtl but what I need to change is in: <div class="WidgetSimple"> <div class="Header"> <h2>$Text{"Ticket Information"}</h2> </div> <div class="Content">
by tomekliw
20 May 2011, 16:46
Forum: Help
Topic: Is it possible for customer to see an attachment?
Replies: 3
Views: 1893

Re: Is it possible for customer to see an attachment?

Thank you, but I need this funcionality in ticket close.
by tomekliw
20 May 2011, 16:45
Forum: Help
Topic: Why ticketfreetext is cut at ticket info box?
Replies: 2
Views: 2149

Why ticketfreetext is cut at ticket info box?

sometimes ticketfreetext entered by customer is cut and look in ticket info box like this: blah blah bl[...]
is there an option to extend this?

thanks in advane.

tejotel
by tomekliw
12 May 2011, 11:07
Forum: Help
Topic: Is it possible for customer to see an attachment?
Replies: 3
Views: 1893

Is it possible for customer to see an attachment?

Hi,

Is it possible for customer to see an attachment? When I close tickets sometimes I want to add some files for customer. I can add them in the form but customer cannot see it from customer panel and in notification email neither.

TEJOTEL
by tomekliw
16 Mar 2011, 14:19
Forum: Help
Topic: ITSM 2.0.1 How to add new ConfigItem Class?
Replies: 1
Views: 1288

ITSM 2.0.1 How to add new ConfigItem Class?

I need to add two clases for printers and scanners and I'm looking for it since morning and cannot find it anywhere. Please help me. Thanks in advance.
by tomekliw
15 Feb 2011, 13:00
Forum: Help
Topic: Escalation notification only to owner
Replies: 2
Views: 6553

Escalation notification only to owner

Hi,

Is there in OTRS a possibility to turn off escalation notifications for all agents in queue and leve it only for agent who locked ticket?
by tomekliw
11 Feb 2011, 11:45
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 7127

Re: Is it possible to set freetext required for only one que

And how to do the same in AgentTicketPhone.dtl?
by tomekliw
10 Feb 2011, 14:01
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 7127

Re: Is it possible to set freetext required for only one que

I've found solution. Free text must not be mandatory in sysconfig an code looks like that: switch ($('#Dest').val() ) { case "6\|\|some queue": document.getElementById('TicketFreeText1').style.display = 'block'; document.getElementById('LabelTicketFreeText1').style.display = 'block'; docum...
by tomekliw
10 Feb 2011, 13:35
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 7127

Re: Is it possible to set freetext required for only one que

Great,

That's what I need. Thanks.

Can You give me some advice, what I have to do with required fields without modyfing customerticketmessage.pm but only dtl?
by tomekliw
28 Jan 2011, 23:30
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 7127

Re: Is it possible to set freetext required for only one que

Maybe I will explain on my example. I have queues for developers, helpdesk, infrastructure and business units. Each of teams want to have his own freetext which has to be required and do not want to be pushed by filling other teams freetext. Developers want to have freetext with their apps, business...
by tomekliw
28 Jan 2011, 13:01
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 7127

Is it possible to set freetext required for only one queue?

Hello,

Maybe someone know solution to my problem? I have some queues and some freetext fields but what is required in one queue is not required in second one, is it possible to set freetext field as required field only to specific queue?

thanks in advance,
TJL
by tomekliw
24 Jan 2011, 17:08
Forum: Help
Topic: Survey Module OTRS 3.0.2
Replies: 4
Views: 2823

Re: Survey Module OTRS 3.0.2

And does anyone know when it will be converted to 3.x.x?
by tomekliw
20 Jan 2011, 00:01
Forum: Help
Topic: Host and IP in CustomerTable - OTRS 3
Replies: 1
Views: 1240

Re: Host and IP in CustomerTable - OTRS 3

I've found other way. Just used $Env{"REMOTE_ADDR"} and send it as hidden in CustomerTicketMessage.dtl to TicketFreeText.
by tomekliw
19 Jan 2011, 15:16
Forum: Help
Topic: Host and IP in CustomerTable - OTRS 3
Replies: 1
Views: 1240

Host and IP in CustomerTable - OTRS 3

Hi, Maybe someone know why var ldap_attr_host not working in OTRS 3. There is very few info in the net about showing customer Host and IP and every of them telling to add two lines listed below to map of customerUser. For me it'n not working. maybe it's OTRS 3 or maybe it's something not configured ...
by tomekliw
16 Dec 2010, 16:30
Forum: Help
Topic: ACL for language
Replies: 0
Views: 1005

ACL for language

Hello, It is very hard to find something more about ACL, but maybe you will know. Is it possible to select type in dependency of browser language. Something like that (which of course is not working): $Self->{TicketAcl}->{'ACL-Name-10'}={ Properties => { Language => { Name => ['PL'], }, }, Possible ...
by tomekliw
08 Dec 2010, 17:53
Forum: Help
Topic: Is it possible for generic agent to run more often...
Replies: 5
Views: 2719

Re: Is it possible for generic agent to run more often...

Thank You for Your answers. 1. Adding new lines with scheduled minutes into generic_agent_jobs is not working, it is still 10 minutes schedule 2. I've tried add something into genericagent.pm but it's not working either, mabe You will find error in lines below (every new ticket has TicketFreeText4 s...
by tomekliw
07 Dec 2010, 11:33
Forum: Help
Topic: Is it possible for generic agent to run more often...
Replies: 5
Views: 2719

Is it possible for generic agent to run more often...

...Than 10 minutes. In my system SLA for service is assigned by generic agent (because OTRS unfortunatelly do not have possibility of setting default SLA for service) and 10 minutes were enoug so far. Now I have service where SLA is 10 minutes and I need generic agent to run every minute. Or maybe t...
by tomekliw
02 Dec 2010, 11:24
Forum: Help
Topic: Different language in SLA or SERVICE
Replies: 1
Views: 1209

Different language in SLA or SERVICE

Hello to all, I've tried to find answer for my question on this forum and google, but without effects. My question, which I like to ask is: Is it possible to have different language versions of SLA, SERVICE, TYPE like it is with priority? And if it's possible, then how to do it? Thank you in advance...