Search found 15 matches
- 17 Nov 2011, 11:27
- Forum: Help
- Topic: changing responsible when state changed
- Replies: 1
- Views: 640
Re: changing responsible when state changed
Ok, the solution is: the file ResponsibleAutoSet.pm was edit in line 58 and the following "if" was added - if ($Ticket{ StateID } == 15) { $Self->{TicketObject}->TicketResponsibleSet( TicketID => $Param{Data}->{TicketID}, NewUserID => 5, #user name SendNoNotification => 1, UserID => $Param...
- 16 Nov 2011, 11:23
- Forum: Help
- Topic: changing responsible when state changed
- Replies: 1
- Views: 640
changing responsible when state changed
Hi,
i'am trying to make the otrs to change the responsible when the state of the ticket is changed to other state.
example: state changed from open to Escalated > responsible is agent "x".
anybody have a quick way to do it ?
Thanks.
i'am trying to make the otrs to change the responsible when the state of the ticket is changed to other state.
example: state changed from open to Escalated > responsible is agent "x".
anybody have a quick way to do it ?
Thanks.
- 15 Nov 2011, 16:54
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
Re: fetch mail error
Ok, i found the problem in the FollowUp.pm file
i changed line 126:
State => $GetParam{'X-OTRS-FollowUp-State'} || $State,
to:
State => $Ticket{State},
and when i got new mails the state did not changed to open.
i changed line 126:
State => $GetParam{'X-OTRS-FollowUp-State'} || $State,
to:
State => $Ticket{State},
and when i got new mails the state did not changed to open.
- 14 Nov 2011, 16:47
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
Re: fetch mail error
well, the priority dosen't change but the state is, and when i change the default (pic attached) it changes the ticket state.
- 14 Nov 2011, 15:05
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
Re: fetch mail error
yes i've opened a new mailbox and manually forward the mails, but when a tickets with priority high and state new is changing to open and normal.
why the OTRS dosen't keep the setting of the ticket ?
Thanks.
why the OTRS dosen't keep the setting of the ticket ?
Thanks.
- 13 Nov 2011, 17:11
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
Re: fetch mail error
Thanks,
on another thing, can i review the mails before the OTRS open a new ticket when fetch mail is using ? so i can choose which tickets is ok to be opened.
on another thing, can i review the mails before the OTRS open a new ticket when fetch mail is using ? so i can choose which tickets is ok to be opened.
- 10 Nov 2011, 16:08
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
Re: fetch mail error
yes now it's working!! Thanks.
but what if i want to use diffrent names for priority ? is it possible ?
Thanks.
but what if i want to use diffrent names for priority ? is it possible ?
Thanks.
- 10 Nov 2011, 15:41
- Forum: Help
- Topic: fetch mail error
- Replies: 9
- Views: 2155
fetch mail error
Hi,
my mail account is set up with OTRS but i'm not able to get mails to the tickets, i've tried to look it in the forum but didn't find any help.
what could be the problem? or what is the currect set up for it ?
i got the error attached.
thanks.
my mail account is set up with OTRS but i'm not able to get mails to the tickets, i've tried to look it in the forum but didn't find any help.
what could be the problem? or what is the currect set up for it ?
i got the error attached.
thanks.
Tags
Hi,
I changed the tag on the signature but it gave me a blank field, what could be the problem?
Dear <OTRS_CUSTOMER_REALNAME>,
Thanks.
I changed the tag on the signature but it gave me a blank field, what could be the problem?
Dear <OTRS_CUSTOMER_REALNAME>,
Thanks.
- 25 Oct 2011, 10:53
- Forum: Help
- Topic: adding fields to new ticket
- Replies: 2
- Views: 1027
adding fields to new ticket
Hi,
I need to add the following when i open a new ticket:
site name (is the name of the site that request support)
system type (the system that we manufacture)
system component (the application that we developed)
Thanks.
I need to add the following when i open a new ticket:
site name (is the name of the site that request support)
system type (the system that we manufacture)
system component (the application that we developed)
Thanks.
- 10 Oct 2011, 14:05
- Forum: Help
- Topic: Migrating to New Server
- Replies: 1
- Views: 840
Migrating to New Server
Hi,
I installed OTRS on windows and now i want to move all the data and configuration including installed modules to Linux server.
what is the best way to do it ?
Thanks.
I installed OTRS on windows and now i want to move all the data and configuration including installed modules to Linux server.
what is the best way to do it ?
Thanks.
- 06 Oct 2011, 14:12
- Forum: Help
- Topic: Auto Reply
- Replies: 1
- Views: 890
Auto Reply
Hi,
I want to send an Auto Reply to the customer when a new ticket is opened with a brief description of the receiving problem.
with selected fields like: ticket number, responsible technician, signature etc.
Thanks.
I want to send an Auto Reply to the customer when a new ticket is opened with a brief description of the receiving problem.
with selected fields like: ticket number, responsible technician, signature etc.
Thanks.
- 05 Oct 2011, 08:05
- Forum: Help
- Topic: Ticket Assign
- Replies: 1
- Views: 661
Ticket Assign
Hi,
Is there any way to keep the Owner of the Ticket and add Assignee to the Task ?
that the Owner keep track of it, and the Assignee resolve the problem.
Thanks.
Is there any way to keep the Owner of the Ticket and add Assignee to the Task ?
that the Owner keep track of it, and the Assignee resolve the problem.
Thanks.
- 04 Oct 2011, 14:59
- Forum: Help
- Topic: otrs on win7 sendmail
- Replies: 3
- Views: 1079
Re: otrs on win7 sendmail
yes, i use SMTP and its working thanks!!
what about backup? and if i want to change to a new server.
what about backup? and if i want to change to a new server.
- 04 Oct 2011, 14:28
- Forum: Help
- Topic: otrs on win7 sendmail
- Replies: 3
- Views: 1079
otrs on win7 sendmail
hi, i have installed OTRS on WIN7 and trying to send mail throw it, the error is: "Error Message: No such binary: /usr/sbin/sendmail!" how to change it to use windows? or do i need to chage to linux. also how do i backup the configuration, customers, agent and all that i put in OTRS to a f...