Perfect, thank you reneeb!
It works now. I wonder why it is not in official documentation.
Search found 24 matches
- 08 Jul 2016, 10:05
- Forum: General
- Topic: [SOLVED] Full-text search returns incomplete results after optimizing OTRS
- Replies: 2
- Views: 1907
- 08 Jul 2016, 06:33
- Forum: General
- Topic: [SOLVED] Full-text search returns incomplete results after optimizing OTRS
- Replies: 2
- Views: 1907
[SOLVED] Full-text search returns incomplete results after optimizing OTRS
Hello everyone, I've changed OTRS Kernel::System::Ticket::IndexAccelerator from RuntimeDB to StaticDB and TicketStorage from DB to FS according to OTRS optimization recommendations (https://otrs.github.io/doc/manual/admin/5.0/en/html/performance-tuning.html#performance-tuning-otrs) recently. Everyth...
- 09 Jun 2016, 03:24
- Forum: General
- Topic: OTRS API Examples?
- Replies: 2
- Views: 1970
Re: OTRS API Examples?
Thanks, jojo, checking those examples.
BTW, does anyone have PHP examples?
BTW, does anyone have PHP examples?
- 08 Jun 2016, 05:11
- Forum: General
- Topic: OTRS API Examples?
- Replies: 2
- Views: 1970
OTRS API Examples?
Good day everyone! I'm trying to understand how to work with OTRS API and it seems quite hard to dive in since I'm not a developer. Does anyone have examples of working external scripts with basic actions like searching tickets, merging, adding? It would be greatly appreciated if it is possible to s...
- 08 Jun 2016, 05:06
- Forum: General
- Topic: Merge multiple tickets
- Replies: 7
- Views: 6047
Re: Merge multiple tickets
EXG133, crythias,
Yes, algorithm is absolutely correct.
I solved this problem by interacting directly with the database. I understand that it is worst way to change tickets directly in database, but I have no developers with OTRS API knowledge yet.
Yes, algorithm is absolutely correct.
I solved this problem by interacting directly with the database. I understand that it is worst way to change tickets directly in database, but I have no developers with OTRS API knowledge yet.
- 01 Jun 2016, 12:51
- Forum: General
- Topic: Merge multiple tickets
- Replies: 7
- Views: 6047
Re: Merge multiple tickets
EXG133,
I totally agree with you, but it is accumulated already and I have to deal with it. It will be definitely fixed later.
No, incoming tickets are human-written so Subject/Body are different in each case
I totally agree with you, but it is accumulated already and I have to deal with it. It will be definitely fixed later.
No, incoming tickets are human-written so Subject/Body are different in each case
- 01 Jun 2016, 03:26
- Forum: General
- Topic: Merge multiple tickets
- Replies: 7
- Views: 6047
Re: Merge multiple tickets
Hello crythias, Thanks for your idea. As far as I can understand, this will merge all tickets from search result into one ticket. This is not exactly what I want. I want to merge tickets from one customer into one. For example, all tickets from CustomerA during this period should be merged into sing...
- 31 May 2016, 11:38
- Forum: General
- Topic: Merge multiple tickets
- Replies: 7
- Views: 6047
Merge multiple tickets
Dear colleagues,
For some reason (don't ask me why
) we need to merge all tickets arrived during certain period of time from single customer into one ticket.
What is the best way to achieve this?
For some reason (don't ask me why
What is the best way to achieve this?
- 04 Jan 2016, 09:15
- Forum: General
- Topic: OTRS5: Is it possible to view ticket state change history?
- Replies: 0
- Views: 1129
OTRS5: Is it possible to view ticket state change history?
Hi everyone, Is it possible to view ticket state/owner change history? I tried to check History at TicketZoom, but there is no clear information about ticket state change. The overall idea is to sort tickets by their previous owner (the person who replied the ticket) since ticket is closed by anothe...
- 29 Dec 2015, 11:41
- Forum: General
- Topic: OTRS5 Save draft feature
- Replies: 7
- Views: 3740
Re: OTRS5 Save draft feature
reneeb,
Thank you, looking forward to hearing from you.
Thank you, looking forward to hearing from you.
- 17 Dec 2015, 10:43
- Forum: General
- Topic: OTRS5 Save draft feature
- Replies: 7
- Views: 3740
Re: OTRS5 Save draft feature
Still looking for any solution...
- 14 Dec 2015, 11:32
- Forum: General
- Topic: OTRS5 Save draft feature
- Replies: 7
- Views: 3740
Re: OTRS5 Save draft feature
Hi root,
Thank you for your reply. Could you share the name of that addon?
Thank you for your reply. Could you share the name of that addon?
- 14 Dec 2015, 03:53
- Forum: General
- Topic: OTRS5 Save draft feature
- Replies: 7
- Views: 3740
OTRS5 Save draft feature
Good day to everyone! Is it possible to automate "save draft" feature while composing a ticket or answering a ticket? Currently all changes are discarded if the Compose/Reply window is closed accidentally. I know that it might be good practice to compose replies in a Word and then put into...
- 01 Dec 2015, 08:05
- Forum: General
- Topic: Weird Ticket Title behavior
- Replies: 2
- Views: 1847
Re: Weird Ticket Title behavior
root, you're Genius! Thank you so much!
Everything is working as expected.
Everything is working as expected.
- 01 Dec 2015, 04:13
- Forum: General
- Topic: Weird Ticket Title behavior
- Replies: 2
- Views: 1847
Weird Ticket Title behavior
Hi everyone, I noticed a very strange Ticket Title behavior yesterday. If I change the Ticket Title using Free Fields -> Title field, Ticket title changes in TicketZoom and Dashboard. If I go to Ticket Queue, I will see the original name. We have some people preferring to work with Tickets -> Queues...
- 04 Nov 2015, 09:24
- Forum: Help
- Topic: Undelivered email receipts
- Replies: 2
- Views: 1812
Re: Undelivered email receipts
Yeah, I agree with you, this can be dangerous therefore it is not a good idea to use it.
I've run out of ideas. I see the only way - to customize MTA undelivery templates.
I've run out of ideas. I see the only way - to customize MTA undelivery templates.
- 03 Nov 2015, 08:17
- Forum: Help
- Topic: Undelivered email receipts
- Replies: 2
- Views: 1812
Undelivered email receipts
Good day to everyone! I'm stuck with the situation when Agent creates a email ticket with an undeliverable email address. MTA will bounce back with the undelivery notification message which will create additional ticket in the queue.... Is there a way to configure OTRS to attach receipt to the origi...
- 22 Oct 2015, 11:31
- Forum: Help
- Topic: Japan characters in email fields crushes OTRS mail dispatcher
- Replies: 3
- Views: 1776
Re: Japan characters in email fields crushes OTRS mail dispatcher
I found the reason - there was non-utf8 collation in database tables. Changed to utf8 everywhere and it works like a charm.
- 22 Oct 2015, 11:29
- Forum: General
- Topic: Upgrading to OTRS5 RC1 from OTRS5 beta
- Replies: 2
- Views: 1492
Re: Upgrading to OTRS5 RC1 from OTRS5 beta
Hi Flo,
Many thanks for the helpful note.
Sergii
Many thanks for the helpful note.
Sergii
- 22 Oct 2015, 10:18
- Forum: Help
- Topic: Japan characters in email fields crushes OTRS mail dispatcher
- Replies: 3
- Views: 1776
Japan characters in email fields crushes OTRS mail dispatcher
Hi everyone, I've found an interesting behaviour in OTRS 5 RC1. I have a mailbox tied up with an OTRS queue. Everything works fine until someone sends an email with Japan characters in from field - that message will not be dispatched and a error log entry will be generated. Screenshot of error meesa...
- 20 Oct 2015, 02:41
- Forum: General
- Topic: Upgrading to OTRS5 RC1 from OTRS5 beta
- Replies: 2
- Views: 1492
Upgrading to OTRS5 RC1 from OTRS5 beta
Good day to everyone, I'm using OTRS5 since beta3 without any serious issues. Yesterday I've upgraded to RC1 and it was smooth and easy, however upgrading document contains some inaccuracies (which is understandable because document is for upgrading from OTRS4 to OTRS5). My question is regarding con...
- 12 Oct 2015, 11:32
- Forum: General
- Topic: OTRS 5 iPhoneHandle?
- Replies: 4
- Views: 4742
Re: OTRS 5 iPhoneHandle?
Understood, thanks for the reply
- 12 Oct 2015, 11:02
- Forum: General
- Topic: OTRS 5 iPhoneHandle?
- Replies: 4
- Views: 4742
Re: OTRS 5 iPhoneHandle?
So you are not planning to use OTRS5 with mobile apps? Is that correct?
- 12 Oct 2015, 05:15
- Forum: General
- Topic: OTRS 5 iPhoneHandle?
- Replies: 4
- Views: 4742
OTRS 5 iPhoneHandle?
Hi everyone, I'm using OTRS 5 and everything is working very stable despite the fact it is in beta state. However, I miss iphone/android app very much because there are no iPhoneHandler plugin for OTRS 5. Are there any workarounds to make it working or I just have to sit and wait calmly for the ipho...