Search found 16 matches

by duffy
22 Aug 2015, 17:58
Forum: Help
Topic: <OTRS_TICKET_*> in Subject of autoresponse not parsed
Replies: 0
Views: 599

<OTRS_TICKET_*> in Subject of autoresponse not parsed

Hello,

I need to add some of <OTRS_TICKET_*> variables into subject, but I am finding they are not being parsed there. In autoresponse body they are parsed. Is it purpose or am I doing something wrong?

Thanks
by duffy
05 Aug 2015, 13:36
Forum: General
Topic: How to put ticket in to queue based on dynamic field rule?
Replies: 5
Views: 1952

Re: How to put ticket in to queue based on dynamic field rule?

So I cannot route ticket when creating into specific queue?
by duffy
04 Aug 2015, 22:34
Forum: General
Topic: How to put ticket in to queue based on dynamic field rule?
Replies: 5
Views: 1952

How to put ticket in to queue based on dynamic field rule?

Hello, I have a queue USA, and i have dynamic field called Sales Group, that is being filled by the script when customer user is being created (by the script). I want all tickets created by customers users that belong to specific Sales Group (dynamic field) be created in queue USA (with specific aut...
by duffy
06 Mar 2015, 09:24
Forum: Help
Topic: Customer information center problem
Replies: 2
Views: 784

Re: Customer information center problem

Hello,

It normally works fine with 3.3.8 too, it seems to be problem of one customer, so this is why it is strange.
by duffy
05 Mar 2015, 22:14
Forum: Help
Topic: Customer information center problem
Replies: 2
Views: 784

Customer information center problem

Hello, I have observed strange behaviour in Customer information center in OTRS 3.3.8. For one customer only (at the moment). Customer has 3 users, they have some tickets, but in summary OTRS shows zeros for each ticket summary (see attachment), but displaying other customers' information seems to b...
by duffy
24 Feb 2015, 23:12
Forum: Developers
Topic: Add Article by ArticleCreate - problem with no UserObject
Replies: 4
Views: 13998

Re: Add Article by ArticleCreate - problem with no UserObject

Thanks! Almost there, i try to run my module (code below), from GenericAgent, it works well when I run it manually, but when I trigger run on TicketStateUpdate filtering closed statesI got those errors: [Tue Feb 24 22:05:50 2015] -e: Use of uninitialized value $Data{"UserType"} in string e...
by duffy
23 Feb 2015, 22:54
Forum: Developers
Topic: Add Article by ArticleCreate - problem with no UserObject
Replies: 4
Views: 13998

Re: Add Article by ArticleCreate - problem with no UserObject

Thanks! It helped, I have Run method: sub Run { my ( $Self, %Param ) = @_; # check needed stuff for (qw(Data Event Config)) { if ( !$Param{$_} ) { $Self->{LogObject}->Log( Priority => 'error', Message => "Need $_!" ); return; } } for (qw(TicketID)) { if ( !$Param{Data}->{$_} ) { $Self->{Lo...
by duffy
23 Feb 2015, 15:26
Forum: Developers
Topic: Add Article by ArticleCreate - problem with no UserObject
Replies: 4
Views: 13998

Add Article by ArticleCreate - problem with no UserObject

Hello, I am trying to exetuce external module from Generic Agent. Invocation works well. But when debugging i see Got no UserObject in debug log file. Here is my piece of code: package Kernel::System::Ticket::Event::AddNote; use strict; use warnings; use vars (qw(@ISA); sub new { my ( $Type, %Param ...
by duffy
20 Feb 2015, 14:16
Forum: Help
Topic: [SOLVED] Event based Generic Agent
Replies: 7
Views: 2601

Re: Event based Generic Agent

"you must check the send email box" - where in SysConfig?
by duffy
20 Feb 2015, 08:53
Forum: Help
Topic: [SOLVED] Event based Generic Agent
Replies: 7
Views: 2601

Re: Event based Generic Agent

Ok, I see.

What about events? When i use SatateUpdate event and the some filter, generic agent doesn't work. Does ticket filter filters before event or after event?
by duffy
19 Feb 2015, 17:04
Forum: Help
Topic: [SOLVED] Event based Generic Agent
Replies: 7
Views: 2601

Re: Event based Generic Agent

Hello, Thanks a lot! Anyway for my other thoughts I would like to know answers to my questions, so I know i when using event based generic agent, ticket filter applies right after StateUpdate and then what do you recommend, external CMD or calling module? But I will describe use case: 1. Agents want...
by duffy
19 Feb 2015, 08:31
Forum: Help
Topic: [SOLVED] Event based Generic Agent
Replies: 7
Views: 2601

[SOLVED] Event based Generic Agent

Hello, I need to insert note-external on ticket close event. I am not sure by reading docs: 1. If i use StateUpdate then closed sucessful filter, will it filter just closed tickets? 2. I found several tutorial on EventTemplate, but a few years old, as event based generic agent came, domthey apply to...
by duffy
29 Sep 2014, 19:24
Forum: Developers
Topic: Dynamic field - AJAX refresh deleting field content
Replies: 0
Views: 1215

Dynamic field - AJAX refresh deleting field content

Hello, We had been upgrading the OTRS from 3.1 version to 3.3. After the upgrade we are facing the problem with one of our custom dynamic fields. During the ajax refresh the content of the dynamic field get lost. Here is what we tried so far: - Setting the AJAXUpdate property to 0 did not solve the ...
by duffy
09 Jan 2012, 16:28
Forum: Help
Topic: Assign customer to queue according to customer type
Replies: 1
Views: 887

Assign customer to queue according to customer type

Hello, I'm trying to solve the situation: I have 3 types of customers: SLA customers End users Resellers What I want to do is to send 3 different types of auto replies when tickets are created and assign them to 3 different services/SLAs. I want to get customer information from CRM system (probably ...
by duffy
29 Nov 2011, 12:22
Forum: Help
Topic: Multilanguage survey
Replies: 0
Views: 614

Multilanguage survey

Hello, I have a question, is it possible somehow distribute surveys in different languages? We have 3 email addresses where requests are coming each for different country. Based on that I want to automatically push tickets into 3 different queues (one for each country), and after closing tickets, I ...