Search found 14 matches

by benjamin1
17 Oct 2016, 09:09
Forum: Help
Topic: Chrome OTRS ticket popup window position
Replies: 0
Views: 1004

Chrome OTRS ticket popup window position

I have just upgraded to OTRS5, I have issue with when I open a ticket zoom window it appears split across my dual monitors. I am using latest version of Chrome. Can anyone advise how to resolve this frustrating issue. See attached image.
by benjamin1
16 Oct 2016, 07:49
Forum: Help
Topic: [SOLVED] Query track time per state
Replies: 2
Views: 1561

Re: Query track time per state

I remember having same issue, adding a second order by fixed it for me e.g. SELECT ts.name state, th.name fromto , th.create_time createtime, th.ticket_id ticket_id, th.id, Coalesce((SELECT th2.create_time FROM ticket_history th2 WHERE th2.history_type_id IN (1,27) AND th2.ticket_id = th.ticket_id A...
by benjamin1
16 Aug 2016, 06:28
Forum: Help
Topic: Manual insert data into a table
Replies: 5
Views: 2407

Re: Manual insert data into a table

Data loss occurred due to use of a 3rd party plugin (DynamicFieldRemoteDB), when we archived tickets the dynamic field value populated using this plugin was lost. We have extracted lost data from ticket_history table. We now need to insert data back into dynamic_field_value table e.g. INSERT into dy...
by benjamin1
14 Aug 2016, 11:31
Forum: Help
Topic: Manual insert data into a table
Replies: 5
Views: 2407

Re: Manual insert data into a table

Is there a way to do it from DB as I am more familiar with SQL than webservice
by benjamin1
14 Aug 2016, 09:04
Forum: Help
Topic: Manual insert data into a table
Replies: 5
Views: 2407

Manual insert data into a table

Hello, I need to manually insert data back into table dynamic_field_value which was deleted when I archived some tickets: INSERT into dynamic_field_value (id,field_id,object_id,value_text) values( ,'27','5439','Test') Can someone advise how I can populate ID column with next available value. Thanks,...
by benjamin1
03 Jun 2016, 09:24
Forum: Help
Topic: FAQ Approval doesn't work as promised
Replies: 12
Views: 5921

Re: FAQ Approval doesn't work as promised

Yes, this behaviour only affects customers being able to view the FAQs. Agents can view all FAQs approved or not approved.
by benjamin1
18 Dec 2015, 13:49
Forum: General
Topic: Quick state change in ticket zoom window
Replies: 3
Views: 1506

Re: Quick state change in ticket zoom window

Thanks Renee, is there any way to configure the quick state change without creating an article using your plugin?
by benjamin1
17 Dec 2015, 08:30
Forum: General
Topic: Quick state change in ticket zoom window
Replies: 3
Views: 1506

Quick state change in ticket zoom window

Hello,

Is there any way to enable a quick state change function on ticket zoom screen.

We are using reneeb very useful QuickOwnerChange addon, anyone aware of something similar for quick state change?
by benjamin1
02 Sep 2015, 06:32
Forum: Help
Topic: Insert queue name into title on ticket zoom
Replies: 0
Views: 700

Insert queue name into title on ticket zoom

Hello,

I would like configure for OTRS to automatically insert queue name into the title when viewing a ticket on ticket zoom page.

Can someone advise on how to accomplish this.

Thanks, Benjamin
by benjamin1
31 Aug 2015, 10:22
Forum: General
Topic: session invalid please log in again
Replies: 6
Views: 5448

Re: session invalid please log in again

It could be due to your local IP changing and failing IP session check.

If you don't want sessions to be restricted to the same IP you can change:

Config Options: Framework -> Core::Session
SessionCheckRemoteIP: Select No
by benjamin1
31 Aug 2015, 07:26
Forum: General
Topic: track time by ticket state
Replies: 25
Views: 51547

Re: track time by ticket state

The problem appears to be the sorting of the timestamps in custom_date column, I have added a 'order by th2.id' which fixes the issue but also causes the query to be too slow to run on whole DB. Can anyone optimize below corrected query? SELECT th.id, ts.name state, th.name fromto, th.create_time cr...
by benjamin1
21 Aug 2015, 12:24
Forum: General
Topic: track time by ticket state
Replies: 25
Views: 51547

Re: track time by ticket state

I have noticed an issue when using Crythias's sql, the custom_date is not picking up the next state change correctly instead as shown in the example below, the bottom two result have the same custom_date causing duplication in pending time calculation %%Awaiting Acknowledgement%%Awaiting Customer In...
by benjamin1
19 Aug 2015, 10:52
Forum: Help
Topic: Outbound email subject ACL
Replies: 3
Views: 1736

Re: Outbound email subject ACL

Thank you for Welcome.

Correct, the subject is mandatory however problem is the 'Subject' field auto-populates with ticketID so it passes this rule. I need to force agents to append a subject to the ticketID.
by benjamin1
19 Aug 2015, 05:21
Forum: Help
Topic: Outbound email subject ACL
Replies: 3
Views: 1736

Outbound email subject ACL

Hello OTRSers,

Some of our agents forget to add a subject when using 'Email Outbound' feature in OTRS.

I want to restrict sending of emails where no subject has been added by agent, can anyone advise if/how this could be achieved using an ACL?

Thanks,
Benjamin