Search found 41 matches

by pekkaar
11 Mar 2015, 16:21
Forum: Help
Topic: OTRS Helpdesk v4.x: Is there a ready method to hide Dashboard priority flag and "unread star" columns?
Replies: 2
Views: 1869

OTRS Helpdesk v4.x: Is there a ready method to hide Dashboard priority flag and "unread star" columns?

Hi!

I can see the v4 Dashboard sticks these two 'flag' columns into the left most column positions of the New/Open/Reminder/etc ticket list widgets. There appears to be no way of hiding them via the web. Was looking around in the Ticket -> Frontend::Agent::Dashboard sysconfig section, but the 0130 ...
by pekkaar
15 May 2014, 22:53
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

My bad (as usual) -- I copied that flippin Ticket.pm into the wrong subfolder within Custom\Kernel\System... darn! As soon as I moved it to the proper place it started to work. Apologies for the noise and thanks for the effort crythias, as usual!

Regards,
Peter
by pekkaar
15 May 2014, 22:18
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

Hi Crythias,

apologies for not mentioning it, there are no error messages whatsoever in the logs, or on the web. OTRS simply does not perform any notification when the problem occurs.

I am assuming it crashes because whenever I uncomment the line I highlighted previously in NotificationEvent.pm ...
by pekkaar
15 May 2014, 18:11
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

OK, so I added the following sub to Custom\Kernel\System\Ticket\Ticket.pm

sub TicketLastUserAccountedTimeGet {
my ( $Self, %Param ) = @_;

# check needed stuff
for my $Needed (qw(TicketID UserID)) {
if ( !$Param{$Needed} ) {
$Self->{LogObject}->Log( Priority => 'error', Message => "Need $Needed ...
by pekkaar
15 May 2014, 16:05
Forum: Help
Topic: Need Processes!
Replies: 0
Views: 784

Need Processes!

Hi,

anybody knows why do I get sporadic, and frequent entries in the otrs.log such as:

[Error][Kernel::System::Ticket::TicketAclProcessData][8046] Need Processes!

I don't particularly use the ACLs, I have two, both for the Customer website, and both were created years ago (OTRS 2.2.x) and then ...
by pekkaar
12 May 2014, 15:35
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

I have differing opinions on whether the customer should know the hours spent before I bill him, because I might be adjusting the time internally up or down relative to other factors (including data entry problems) than actual time spent. It's hard to take that back once the customer has been ...
by pekkaar
12 May 2014, 15:31
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

Ahh, but TicketAccountedTimeGet returns the total time accumulated on the ticket so far. I am more interested in the time value the TicketAccountTime event was generated for in the first place (so, quite possibly the last entry for the given ticket_id and user_id in time_accounting table).

I guess ...
by pekkaar
12 May 2014, 14:57
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Re: Notification event for TicketAccountTime

Thanks crythias, I will try this then. Would you think it would make sense to suggest adding this fix to the code on IdeaScale? Or is this not that frequent of a request that it would make it through?

Cheers,
Peter
by pekkaar
12 May 2014, 12:14
Forum: Help
Topic: Notification event for TicketAccountTime
Replies: 11
Views: 4091

Notification event for TicketAccountTime

Hi,

OTRS 3.3.6 (and earlier) allows notifications to be sent for the TicketAccountTime event. I assumed -- and tests still seem to suggest -- that this event is fired if an agent enters a value into the Time Accounting field of a ticket.

My first question is whether this is indeed the case? Is ...
by pekkaar
28 Sep 2012, 16:30
Forum: General
Topic: How to add data to Dashboard's html title?
Replies: 2
Views: 1480

Re: How to add data to Dashboard's html title?

crythias -- thanks for the insight!
by pekkaar
28 Sep 2012, 10:17
Forum: General
Topic: How to add data to Dashboard's html title?
Replies: 2
Views: 1480

How to add data to Dashboard's html title?

Hi All,

having a number of browser tabs open at any given time it would be useful if I'd see the number of New/Open/etc. tickets in the OTRS's tab title -- that is the stuff between the <title> tags. I don't need this for all the different OTRS pages, but the Dashboard could pretty well put this ...
by pekkaar
09 Jan 2012, 15:47
Forum: Help
Topic: [SOLVED]TicketFreeKeys multiplying
Replies: 2
Views: 1585

Re: [SOLVED]TicketFreeKeys multiplying

Hi jojo,

indeed, there was a single record with this old value. By changing that I had the GUI work as I wished!

Thank you!

Regards,
Peter
by pekkaar
05 Jan 2012, 18:45
Forum: Help
Topic: [SOLVED]TicketFreeKeys multiplying
Replies: 2
Views: 1585

[SOLVED]TicketFreeKeys multiplying

Hi,

if I make use of a TicketFreeKey, fill out the proper fields in Ticket -> Core::TicketFreeText (and save the change), then I will have this TicketFreeKey (and its respective TicketFreeText) available in all GUI filters, for example in any NotificationEvent filters.

If at a later time I go back ...
by pekkaar
05 Jan 2012, 10:43
Forum: Developers
Topic: \Kernel\System\Service.pm's ServiceList method
Replies: 0
Views: 1525

\Kernel\System\Service.pm's ServiceList method

Hi,

I am on OTRS 3.0.11 currently, but observed this very problem in 2.4.x as well:

ServiceList seems to be returning a HASH of services (with DB IDs and names) that are valid (as in the valid flag is 1 in the service table). This is performed by loading every single record from the services table ...
by pekkaar
04 Mar 2011, 10:45
Forum: Help
Topic: SQL Query: how to retrieve time between articles
Replies: 0
Views: 1024

SQL Query: how to retrieve time between articles

Hi All,

I know this is a fairly common SQL query problem: I want to retrieve time differences between records (i.e. between otrs.article.create_time fields for the same ticket). I want to do this to be able to measure how fast our agents react to customer followups.

Unfortunately I am more into MS ...
by pekkaar
21 Jan 2011, 15:34
Forum: Help
Topic: Pending reminder / auto close due date vs. Calendar
Replies: 1
Views: 1876

Pending reminder / auto close due date vs. Calendar

Hi All,

am using the Pending Reminder and Auto Close features a lot and it is working fine with 24/7 customers. But I now wanted to use it for a ticket in a queue that does have a non-24/7 Calendar assigned and it seems to ignore the Calendar when calculating the expiration time of the Pending ...
by pekkaar
11 Aug 2010, 19:07
Forum: Developers
Topic: Notification (Event) additional filter: Article Sender Type
Replies: 2
Views: 2825

Notification (Event) additional filter: Article Sender Type

It is a nuisance with v2.4.7 that you can not explicitly configure the Article Sender Type values for your Notification (Event) configs. Sender Types are 'agent', 'customer' or 'system' -- these tell you which party generated the article and it is pretty useful for ArticleCreate notification events ...
by pekkaar
10 Aug 2010, 16:58
Forum: Help
Topic: Duplicate Agent notification for ArticleCreate event
Replies: 1
Views: 3091

Re: Duplicate Agent notification for ArticleCreate event

UPDATE: it seems the root cause of this is the fact that it is not possible to set up an additional fitlering criteria in the Notification (Event) management form for ArticleSenderType (this defines whether the article was sent in by the agent, the customer or the system).

Since the Kernel::System ...
by pekkaar
10 Aug 2010, 15:30
Forum: Help
Topic: Duplicate Agent notification for ArticleCreate event
Replies: 1
Views: 3091

Duplicate Agent notification for ArticleCreate event

I have a minor issue that happens when a customer sends in a new email and a ticket is created. An excerpt from the otrs.log shows it:

[Tue Aug 10 13:14:00 2010][Notice][Kernel::System::PostMaster::NewTicket::Run] Take UserLogin (customer@company.com) from customer source backend based on ...
by pekkaar
10 Aug 2010, 15:06
Forum: Help
Topic: SLA Setup Advice [SOLVED]
Replies: 9
Views: 10050

Re: SLA Setup Advice

Hi David,

in OTRS, Priority is just a very simple, static number -- the only thing it affects is the visual elements (GUI) on the web: for higher priority items the web components will be orange, or red -- which is a nice feature and the only thing that makes me using it. Plus you can report on it ...
by pekkaar
15 Jul 2010, 13:14
Forum: Help
Topic: Conflicting ticket IDs with other companies' OTRS
Replies: 1
Views: 1981

Conflicting ticket IDs with other companies' OTRS

Hi There,

anybody faced issues in OTRS with ticket emails going out to customers who themselves are using their own OTRS? We see all sorts of serious issues like customer responses ending up in totally different tickets as articles, etc.

Many thanks,
Peter
by pekkaar
05 Jul 2010, 10:17
Forum: Help
Topic: Event notification sent to groups?
Replies: 1
Views: 2518

Event notification sent to groups?

Hi There,

does anybody know how is it possible to send an event notification to a specific OTRS group?

In v2.4.7 there is a "Group based recipients" box, but the 4 items in there are not changeable, and neither of them provide what I seek:


Agent [all with write permission] -- this will send a ...
by pekkaar
01 Jul 2010, 12:05
Forum: Help
Topic: Service/SLA
Replies: 1
Views: 4218

Re: Service/SLA

I assume you are using OTRS::ITSM? As that makes use of a lot more fields (i.e. for SLA) than the plain OTRS framework.

Though I am using the plain vanilla OTRS, the generic idea behind the SLA object is the same in both: it is the ability to treat different tickets differently even for the same ...
by pekkaar
07 Jun 2010, 14:38
Forum: Help
Topic: Escalation times based on ticket priority?
Replies: 6
Views: 6336

Re: Escalation times based on ticket priority?

... also, it is not possible to change the SLA of the ticket any time, which again is something we frequently have to do, i.e. if we receive a Critical severity issue, but work our way to resolve the main issues within the Critical SLAs, and with which the problem becomes Medium severity, then I'd ...
by pekkaar
07 Jun 2010, 13:30
Forum: Help
Topic: Escalation times based on ticket priority?
Replies: 6
Views: 6336

Re: Escalation times based on ticket priority?

Thanks Mike_B, would you have any idea as to when (if ever) this Priority - SLA - Customer Company relationship will ever be implemented in the core OTRS Framework, or whether ITSM would ever provide such a functionality?

What I seek is a way to assign multiple SLAs (escalation times) to a queue ...
by pekkaar
28 May 2010, 12:39
Forum: Help
Topic: Escalation times based on ticket priority?
Replies: 6
Views: 6336

Escalation times based on ticket priority?

Hi,

I was wondering if it is possible to define different set of Escalation times for different ticket priorities in the queue?

I know I can set up a separate queue for the various priorities, and thus set up different Escalation times for each, but that would mean several times more ...
by pekkaar
28 May 2010, 12:31
Forum: Help
Topic: Compose Answer (Email) template contains extra text
Replies: 2
Views: 3453

Re: Compose Answer (Email) template contains extra text

Mike_B wrote:This is because of the ResponseFormat, you can configure in the SysConfig how it should look like. Please go to Admin > SysConfig and search for ResponseFormat.

--
Mike
Thanks, that does it!
by pekkaar
28 May 2010, 11:02
Forum: Help
Topic: Compose Answer (Email) template contains extra text
Replies: 2
Views: 3453

Compose Answer (Email) template contains extra text

Hi,

I created a Response to be used by agents to reply to customers from OTRS. It is blank (empty, contains only a simple BrakLine HTML tag). However when I click on this blank reply template link under Compose Answer (Email), I do get a lot of stuff in the body area, like

Dear XYZ,

Thank you ...
by pekkaar
26 May 2010, 16:29
Forum: Help
Topic: Filtering tickets in Dashboard based on queue (group)?
Replies: 3
Views: 5396

Re: Filtering tickets in Dashboard based on queue (group)?

Update: in Preferences I can indeed select what My Queues are, and I can click on 'My Queues' filter in the section headers of the Dashboard form -- this indeed produces what I have in mind!

However, just to go the full length regarding the Ticket -> Frontend::Agent::Dashboard config settings, what ...
by pekkaar
26 May 2010, 16:14
Forum: Help
Topic: Filtering tickets in Dashboard based on queue (group)?
Replies: 3
Views: 5396

Re: Filtering tickets in Dashboard based on queue (group)?

Besides removing those Queues from "My Queues" in Preferences?

Can you really 'remove' queues in prefs? I can only de-select them, and by doing that for i.e. the Junk queue, it does not filter out tickets in my Junk queue in Dashboard.

Might it have anything to do with Junk being a "system ...
by pekkaar
26 May 2010, 14:27
Forum: Help
Topic: Filtering tickets in Dashboard based on queue (group)?
Replies: 3
Views: 5396

Filtering tickets in Dashboard based on queue (group)?

Hi There,

does anybody know the proper syntax -- or a place to easily learn this -- to be able to filter out tickets of certain queues from the Dashboard?

I did find the Ticket -> Frontend::Agent::Dashboard SysConfig section, and it does seem to cover the Dashboard areas where I need to filter the ...
by pekkaar
18 May 2010, 15:02
Forum: Help
Topic: Found no Queue for XXX
Replies: 3
Views: 3684

Found no Queue for XXX

Hi,

does anybody know what the 'Found no Queue for XXX' error means in the SystemLog?

I have a queue that was working OK for quite a lot of weeks, and decided to rename it -- no other change was made, I did not modify the system email adderss, nor the queue's placement (i.e. move it under ...
by pekkaar
17 May 2010, 13:52
Forum: Help
Topic: Customer Type drop-down with limited view
Replies: 5
Views: 5492

Re: Customer Type drop-down with limited view

Hi,

it actually helped me a lot. Since I am not using ITSM, I simply changed your 'Type' to 'Queue' and thus filtered out the Junk, Raw, Misc, etc. items from the list of queues so the particular customer user really sees the relevant ones only.

I probably would've had to spend days to figure this ...
by pekkaar
17 May 2010, 13:27
Forum: Help
Topic: Email sent on ticket closed
Replies: 15
Views: 17955

Re: Email sent on ticket closed

Update: after extensive issue-hunting, I simply went on creating new responses, and these in fact work, I do have Compose Answer (Email) activated. Isn't there a filter in OTRS to only allow Responses to show up under Compose Answer that do contain 'plcaeholders' like <XXX> ?

Regards,
Peter
by pekkaar
14 May 2010, 11:53
Forum: Help
Topic: Email sent on ticket closed
Replies: 15
Views: 17955

Re: Email sent on ticket closed

I do have 2 Responses assigned to my queue, yes.
by pekkaar
14 May 2010, 11:37
Forum: Help
Topic: Email sent on ticket closed
Replies: 15
Views: 17955

Re: Email sent on ticket closed

jojo wrote:Did you assign Answer Templates to the Queues?
Are you referring to the Notification (Events) admin option? I only added an auto-reply notification (TicketCreate event) to my queue in here.

Or do you mean Responses? I have an empty response and a test response assigned to my queue.
by pekkaar
14 May 2010, 11:05
Forum: Help
Topic: Email sent on ticket closed
Replies: 15
Views: 17955

Re: Email sent on ticket closed

Hi jojo, indeed -- however that does not work for me (see my comment under the "Not able to "Compose Answer (email)" topic)
Peter
by pekkaar
13 May 2010, 17:21
Forum: Help
Topic: Email sent on ticket closed
Replies: 15
Views: 17955

Re: Email sent on ticket closed

Hi,

You CAN do this, it's pretty easy to set up. Just check Admin > Notifications (Event) and create the notification you want.

However, what i'd recommend, is to let the helpdesk always contact the end user by phone or email when closing a ticket. That way you don't 'need' the notification ...
by pekkaar
13 May 2010, 16:13
Forum: Help
Topic: Not able to "Compose Answer (email)"
Replies: 12
Views: 10551

Re: Not able to "Compose Answer (email)"

Hi There,

I seem to have the same issue -- no clickable email address under Compose Answer -- however I added valid email addresses under Admin -> Email Addresses, and then assigned one of these to the queue.

The selected email address is OK, I have emails pouring in to this queue just fine. Also ...
by pekkaar
11 May 2010, 17:26
Forum: Help
Topic: Should 2.4.7 merge emails to existing tickets?
Replies: 7
Views: 3821

Re: Should 2.4.7 merge emails to existing tickets?

Hi tisar, thanks, I must have missed it -- though pretty straightforward.
by pekkaar
11 May 2010, 16:23
Forum: Help
Topic: Should 2.4.7 merge emails to existing tickets?
Replies: 7
Views: 3821

Should 2.4.7 merge emails to existing tickets?

Hey All,

suppose there is a new ticket generated from an email, and an auto-response is sent out (or maybe an agent replied to the customer) -- so the customer has a replied email with the correct OTRS ticket ID in the subject. Now when the customer replies to this email, OTRS generates yet another ...