Search found 16 matches

by RagnaXBL
19 Oct 2015, 11:11
Forum: Help
Topic: Ticket replies/follow ups creating new tickets?
Replies: 1
Views: 810

Ticket replies/follow ups creating new tickets?

Having an issue where customers replying to emails sent from otrs will create new tickets in the system instead of logging the email as a follow up to an existing open ticket. seems to happen regardless of what's inside the email subject?
by RagnaXBL
11 Sep 2015, 10:38
Forum: Help
Topic: Where is dynamic field data stored for each ticket?
Replies: 1
Views: 870

Re: Where is dynamic field data stored for each ticket?

ok i found the information in the table called "dynamic_field_value" and is using the object ID colum to link the info to each ticket.

in case anyone else is looking for this info
by RagnaXBL
11 Sep 2015, 10:03
Forum: Help
Topic: Where is dynamic field data stored for each ticket?
Replies: 1
Views: 870

Where is dynamic field data stored for each ticket?

Good Day, i'd like to find where dynamic field data is stored for each individual ticket. i need this for reporting purposes. looking at the otrs database schema i can see a table for dynamic_field and dynamic_field value but which of these actually links the information to each specific ticket. i d...
by RagnaXBL
16 Jul 2015, 08:03
Forum: Help
Topic: Upgrading from 3.3.7 to 4.0.9 Error
Replies: 3
Views: 1470

Re: Upgrading from 3.3.7 to 4.0.9 Error

i restored all the the files mentioned in steps 4.1, went through it again just to make sure i didn't miss anything.

still no dice :(
by RagnaXBL
15 Jul 2015, 11:21
Forum: Help
Topic: Upgrading from 3.3.7 to 4.0.9 Error
Replies: 3
Views: 1470

Upgrading from 3.3.7 to 4.0.9 Error

After attempting an upgrade apache brings up an internal server error while tring to access the login screen this is what i've seen in the apache error log [Wed Jul 15 10:57:49 2015] [error] lookup of 'Apache2::Reload::handler' failed [Wed Jul 15 10:57:49 2015] [error] [client 180.76.15.19] Can't lo...
by RagnaXBL
26 Jun 2015, 10:02
Forum: General
Topic: Applying ACL's to the bulk ticket actions screen
Replies: 1
Views: 7646

Applying ACL's to the bulk ticket actions screen

I've made an acl to make sure users can't assign tickets to a particular agent. this acl seems to work fine creating a new phone ticket however when doing bulk actions on multiple tickets in the ticket queue view screen the agent seems to reappear under the ticket owner field again do acl's no apply...
by RagnaXBL
24 Apr 2015, 09:55
Forum: General
Topic: Removing version update message?
Replies: 4
Views: 3609

Re: Removing version update message?

obviously... any other way?
by RagnaXBL
24 Apr 2015, 08:49
Forum: General
Topic: Removing version update message?
Replies: 4
Views: 3609

Removing version update message?

Is there any easy way to remove the version update message at the top of the screen?
An update for your OTRS Business Solution™ is available! Please update at your earliest!
any help would be appreciated
by RagnaXBL
22 Apr 2015, 13:25
Forum: Developers
Topic: Disable Default Ticket Notifications
Replies: 7
Views: 19555

Re: Disable Default Ticket Notifications

that can't be right there are only two settings list in the GenericAgent.pm GenericAgent job that sends escalation notifications and GenericAgent job that triggers escalation forewarn and escalation start events as stated earlier i've tried disabling these two setting and it disables ALL notificati...
by RagnaXBL
22 Apr 2015, 11:58
Forum: Developers
Topic: Disable Default Ticket Notifications
Replies: 7
Views: 19555

Re: Disable Default Ticket Notifications

that can't be right there are only two settings list in the GenericAgent.pm GenericAgent job that sends escalation notifications and GenericAgent job that triggers escalation forewarn and escalation start events as stated earlier i've tried disabling these two setting and it disables ALL notificatio...
by RagnaXBL
22 Apr 2015, 10:58
Forum: Developers
Topic: Disable Default Ticket Notifications
Replies: 7
Views: 19555

Re: Disable Default Ticket Notifications

Specifically i want to disable the notifications that send before a ticket escalates as we have our own custom under the admin panel there is a section called Agent Notifications These are the two notifications i want to disable: Agent::Escalation Agent::EscalationNotifyBefore There doesn't seem to ...
by RagnaXBL
22 Apr 2015, 10:51
Forum: Developers
Topic: Changing button names
Replies: 3
Views: 13396

Re: Changing button names

Thanks guys, didn't realise it could be done through the sysconfig. generally try to avoid messing with the tt files if possible
by RagnaXBL
21 Apr 2015, 16:02
Forum: Developers
Topic: Disable Default Ticket Notifications
Replies: 7
Views: 19555

Disable Default Ticket Notifications

I want to disable the default ticket notifications that otrs does without disabling out customs ones.
i've tried disabling them from GenericAgent.pm but it ends up disabling all the ticket notifications including our custom ones.

anyway to choose which ticket notifications get sent specifically?
by RagnaXBL
21 Apr 2015, 15:12
Forum: Developers
Topic: Changing button names
Replies: 3
Views: 13396

Changing button names

I'd like to change the text om the buttons of the ticket zoom screen. i couldn't see where the text for the buttons was being generated from in the tt files. if anyone could could point me in the right direction, any help would be appreciated. i've attached a screenshot of the buttons in case you're...
by RagnaXBL
10 Mar 2015, 08:45
Forum: Help
Topic: OTRS New Service field
Replies: 2
Views: 1251

Re: OTRS New Service field

Ok how do i go about adding a new service preference?
by RagnaXBL
09 Mar 2015, 18:03
Forum: Help
Topic: OTRS New Service field
Replies: 2
Views: 1251

OTRS New Service field

I've created a new field in the orts database 'service' table in mysql that field is called "owner". i'd like to display this field for each service in the front end. for test purposes i called the owner of the service 'Bob'. i edited the tt files AgentITSMService and AgentITSMServiceZoom ...