Search found 16 matches
- 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?
- 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
in case anyone else is looking for this info
- 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...
- 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
still no dice
- 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...
- 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...
- 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?
- 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?
any help would be appreciatedAn update for your OTRS Business Solution™ is available! Please update at your earliest!
- 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...
- 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...
- 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 ...
- 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
- 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?
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?
- 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...
- 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?
- 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 ...