Search found 25 matches
- 13 Jan 2015, 03:22
- Forum: Help
- Topic: Unable to use ticket system after upgrade to 4.0.3
- Replies: 6
- Views: 4560
Re: Unable to use ticket system after upgrade to 4.0.3
I upgraded also from 3.3.10 to 4.0 and I have issues with some plugins. I think this is your case also. I needed to uninstall them first (strip down to bare bone otrs) and then to perform upgrade to 4.0.3 version. After upgrade I can add plugins I need. Another solution is if you have some plugins ...
- 06 Sep 2012, 18:39
- Forum: Help
- Topic: [Solved]Customer TicketOverview Ticket Title vs Last Subject
- Replies: 2
- Views: 1817
Re: Customer TicketOverview Ticket Title vs Last Subject
You can use the CustomerTicketOverView.dtl file to customize this. Copy and paste the code for existing columns to add new ones, or change the existing code to alter the data that is placed in each column. Thanks for pointing me in the right direction. I edited the following item in /Kernel/Output/...
- 06 Sep 2012, 18:12
- Forum: Help
- Topic: [Solved]Customer TicketOverview Ticket Title vs Last Subject
- Replies: 2
- Views: 1817
[Solved]Customer TicketOverview Ticket Title vs Last Subject
Good afternoon, I'm trying to implement the same functionality from: Frontend::Agent::TicketOverview Ticket::Frontend::OverviewSmall###ColumnHeader TicketTitle / LastCustomerSubject Into the CustomerTicketOverview screen. (The screen that the customer sees with a listing of their current tickets) My...
- 25 May 2012, 18:00
- Forum: General
- Topic: Auto Response taking 10 mins to answer
- Replies: 9
- Views: 3255
Re: Auto Response taking 10 mins to answer
To be more specific: The file in /opt/otrs/var/cron that you are looking for is postmaster_mailbox You can edit this value to fetch however often you would like. Mine fetches email every two minutes. */2 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null After you save this file, you will need...
- 11 May 2012, 17:11
- Forum: Help
- Topic: Survey: how to add Ticket's subject or body in e-mail?
- Replies: 2
- Views: 1783
Re: Survey: how to add Ticket's subject or body in e-mail?
For the subject, add this to your survey body:
<OTRS_TICKET_Title>
I still haven't figured out how to add the body of the original email as <OTRS_CUSTOMER_EMAIL[40]> doesn't pull.
This link was very helpful:
http://faq.otrs.org/otrs/public.pl?Acti ... ;ItemID=70
<OTRS_TICKET_Title>
I still haven't figured out how to add the body of the original email as <OTRS_CUSTOMER_EMAIL[40]> doesn't pull.
This link was very helpful:
http://faq.otrs.org/otrs/public.pl?Acti ... ;ItemID=70
- 08 May 2012, 00:39
- Forum: Help
- Topic: Way to change ArticleType in compose module?
- Replies: 3
- Views: 3418
Way to change ArticleType in compose module?
Hello, I was wondering if anybody knew a way to add the ability to change the ArticleType to email-internal using the compose module. For example: A ticket is created by client X. I correspond with the client using the built-in responses. I would like to then compose a brand-new email (potentially u...
- 20 Apr 2012, 23:41
- Forum: Help
- Topic: otrs 3.1 installation
- Replies: 1
- Views: 1248
Re: otrs 3.1 installation
Just a guess here, but make sure you've run the permissions script during the install.
- 20 Apr 2012, 23:25
- Forum: General
- Topic: Automatic Escalation with ACL (or with Generic Agent)
- Replies: 2
- Views: 2018
Re: Automatic Escalation with ACL (or with Generic Agent)
I would set it up so that any ticket with a priority of 5- Very High gets dropped into a specific queue with a 10 minute escalation notification.
- 12 Apr 2012, 18:40
- Forum: Help
- Topic: Permissions for Survey Module
- Replies: 3
- Views: 1709
Re: Permissions for Survey Module
If your managers belong to a specific group, you can do the following: In SysConfig: Survey -> Frontend::Agent::ModuleRegistration Frontend::Module###AgentSurvey Nav Bar ==> Group: whatever your manager belongs to This will remove the survey button from the nav bar on the agent interface for anybody...
- 12 Apr 2012, 18:28
- Forum: Help
- Topic: Can't login after upgrade to 3.1.2 -> JQuery Error
- Replies: 8
- Views: 6707
Re: Can't login after upgrade to 3.1.2 -> JQuery Error
This issue typically occurs if you copy your entire (old) /var/ folder on top of your upgraded installation. The new .js modules that are required for the new version to function properly are overwritten by the old ones. I know it says you should do this in the UPGRADING file, but doing so will caus...
- 11 Apr 2012, 17:36
- Forum: Help
- Topic: Exclude some tickets from First Response Time escalation
- Replies: 2
- Views: 1388
Re: Exclude some tickets from First Response Time escalation
In Kernel/Config/GenericAgent.pm make sure you have the following lines: # [name of job] -> send escalation notifications 'send escalation notifications' => { Escalation => 1, # new ticket properties New => { Module => 'Kernel::System::GenericAgent::NotifyAgentGroupWithWritePermission', }, }, # inse...
- 10 Apr 2012, 00:13
- Forum: Help
- Topic: Exclude some tickets from First Response Time escalation
- Replies: 2
- Views: 1388
Exclude some tickets from First Response Time escalation
Hello all, I apologize in advance for the question. I spent an hour or so searching for this particular item with no result. We currently have a queue set up to notify by 90% on first response. This is working great, however, we would like to exclude some tickets from escalating if a response hasn't...
- 05 Apr 2012, 17:53
- Forum: General
- Topic: Difference between Owner and responsible
- Replies: 1
- Views: 2040
Re: Difference between Owner and responsible
Hello! Here is what I understand concerning the concept of "responsible". In OTRS, you have a singular owner of a ticket. This person is ultimately "in charge" of the ticket. They are allowed certain options for the ticket that other users of the system are not. By setting anothe...
- 10 Mar 2012, 02:13
- Forum: Help
- Topic: Changing article types
- Replies: 2
- Views: 1247
Re: Changing article types
You're the man. Thank you.
- 10 Mar 2012, 01:36
- Forum: Help
- Topic: Changing article types
- Replies: 2
- Views: 1247
Changing article types
Hello, Is there a way to change an article type from external to internal and vice versa? I haven't seen any way of doing this. For example: A client has an open ticket. There are many emails back and forth. I need to email a vendor (through OTRS) concerning the current issue, but I do not want the ...
- 07 Mar 2012, 20:50
- Forum: Help
- Topic: DBI Connect error
- Replies: 8
- Views: 2958
Re: DBI Connect error
It looks like the user otrs does not have access to the database.
This may help you out:
http://www.debuntu.org/how-to-create-a- ... -to-a-user
This may help you out:
http://www.debuntu.org/how-to-create-a- ... -to-a-user
- 07 Mar 2012, 20:41
- Forum: Help
- Topic: Escalation Issues
- Replies: 2
- Views: 2033
Re: Escalation Issues
I had to change the value from "Last" to "Before" and then I started getting the proper notification.
- 24 Feb 2012, 19:36
- Forum: Help
- Topic: Dynamic fields option
- Replies: 6
- Views: 3064
Re: Dynamic fields option
You may find this thread useful: http://forums.otterhub.org/viewtopic.php?f=63&t=10427 From the OTRS 3.1 Manual: Upgrading Windows Installer - There is currently no in-place upgrade tool available for OTRS installations that were done with the Windows Installer. The upgrade process basically con...
- 24 Feb 2012, 19:18
- Forum: Help
- Topic: Dynamic fields option
- Replies: 6
- Views: 3064
Re: Dynamic fields option
An UPGRADING (instructions) file can be located in the 3.1.1 source zip.pacal wrote:Oh s... no it's OTRS 3.0.11 sorry for my stupid question...
Can I find a upgrade procedure on this forum?
- 24 Feb 2012, 19:12
- Forum: Help
- Topic: Dynamic fields option
- Replies: 6
- Views: 3064
Re: Dynamic fields option
Are you running OTRS 3.1.1?pacal wrote:Hi Guys,
Under "ADMIN"=>"Ticket settings" I cannot see the "Dynamic fields" option, how can I activate this option?
Thanks,
- 24 Feb 2012, 18:37
- Forum: Help
- Topic: How to alert customer that ticket has changed
- Replies: 2
- Views: 1142
Re: How to alert customer that ticket has changed
What do you mean exactly by the ticket being changed? My company has set up responses and auto responses for these particular customer notifications. For example, I have a response set up named "Closing Ticket" This will open the email window with a closing ticket template. I send the emai...
- 23 Feb 2012, 22:42
- Forum: General
- Topic: Upgrade OTRS 3.0.10 to 3.1.1 Windows install
- Replies: 3
- Views: 2031
Re: Upgrade OTRS 3.0.10 to 3.1.1 Windows install
I did copy my entire .var file to the new install. Well there's your problem. :) I resolved my issue by not copying the old var folder over at all and then taking any custom images or items from the old folder and moving them manually. You may be able to fix your issue by downloading the 3.1.1 sour...
- 23 Feb 2012, 20:52
- Forum: General
- Topic: Upgrade OTRS 3.0.10 to 3.1.1 Windows install
- Replies: 3
- Views: 2031
Re: Upgrade OTRS 3.0.10 to 3.1.1 Windows install
Did you happen to copy your 3.0.10 var folder on top of the 3.1.1 var?
I ran into this same issue when copying outdated js files from my 3.0 var folder.
I ran into this same issue when copying outdated js files from my 3.0 var folder.
- 23 Feb 2012, 01:36
- Forum: Help
- Topic: Survey module 2.1.1 error
- Replies: 4
- Views: 2620
Re: Survey module 2.1.1 error
i have attached a patch for /opt/otrs-3.1.1/Kernel/Output/HTML/Standard/AgentSurveyEditQuestions.dtl hope it help others :D You sir, are amazing. Thank you so much for a link to that file. The changes in the patch are as follows: Edit the AgentSurveyEditQuestions.dtl Line 40 reads: $QData{"Sel...
- 23 Feb 2012, 01:10
- Forum: Help
- Topic: [SOLVED] Survey no longer working after 3.1.1 update
- Replies: 0
- Views: 875
[SOLVED] Survey no longer working after 3.1.1 update
Link to the solution can be found in this thread: http://forums.otterhub.org/viewtopic.php?f=81&t=14085&p=54939#p54939 Hello! I've recently upgraded my OTRS system from 3.0.1 to 3.1.1 I've also updated my survey module to 2.1.1 After doing so, I'm no longer able to add new questions. When ed...