Need help otrs
Moderator: crythias
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Need help otrs
Hello,
I have two questions
how to notify the operator when the helpdesk reply to an email by the otrs interface ??
how to filter messages whose subject are empty ??
Best Regards
I have two questions
how to notify the operator when the helpdesk reply to an email by the otrs interface ??
how to filter messages whose subject are empty ??
Best Regards
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Need help otrs
Call him.atingbowest wrote:how to notify the operator when the helpdesk reply to an email by the otrs interface ??
Or, rephrase your question.
Who is the operator? The Owner of the ticket?
What is the helpdesk and why is it replying to an email?
What is the OTRS interface doing?
Postmaster Filter ... try ^$atingbowest wrote:how to filter messages whose subject are empty ??
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Re: Need help otrs
Call him.
Or, rephrase your question.
Who is the operator? The Owner of the ticket?
What is the helpdesk and why is it replying to an email?
What is the OTRS interface doing?
1- I have 5 Operator.. I want to do when Admin OTRS reply to a ticket that all operator receive an email notify
2- I call helpdesk admin otrs.
3- I use otrs 3.2
Postmaster Filter ... try ^$[/quote]
I compare with the characters ^$ ???
PS: sorry for my english.. i'm french
Regards
Or, rephrase your question.
Who is the operator? The Owner of the ticket?
What is the helpdesk and why is it replying to an email?
What is the OTRS interface doing?
1- I have 5 Operator.. I want to do when Admin OTRS reply to a ticket that all operator receive an email notify
2- I call helpdesk admin otrs.
3- I use otrs 3.2
Postmaster Filter ... try ^$[/quote]
I compare with the characters ^$ ???
PS: sorry for my english.. i'm french
Regards
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Need help otrs
An agent will receive notifications of new tickets and followups if:
The Agent's Preferences for Notifcations are Yes and the Queues are highlighted in the Agent's "My Queues"
The Agent will not receive notifications if the agent did an action that would notify himself of that action.
The Agent will not receive notifications of followups to locked tickets (only the Owner will receive notifications).
If it doesn't work, you might try a filter at your email server.
The Agent's Preferences for Notifcations are Yes and the Queues are highlighted in the Agent's "My Queues"
The Agent will not receive notifications if the agent did an action that would notify himself of that action.
The Agent will not receive notifications of followups to locked tickets (only the Owner will receive notifications).
At the Postmaster Filter, Subject, yes. ^ means start of string. $ means end of string. ^$ means nothing between start and end.atingbowest wrote:I compare with the characters ^$ ???
If it doesn't work, you might try a filter at your email server.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Re: Need help otrs
Good the postmaster is Ok.
tell me
- how can i assign the <OTRS_OWNER_UserFirstname> at the owner ??
- how can i assign the <OTRS_RESPONSIBLE_UserFirstname> at the operator ?
Regards
tell me
- how can i assign the <OTRS_OWNER_UserFirstname> at the owner ??
- how can i assign the <OTRS_RESPONSIBLE_UserFirstname> at the operator ?
Regards
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Need help otrs
Can you describe more detailed what you want to achieve?
<OTRS_OWNER_UserFirstname> is a placeholder in replys etc. that is replaced with the firstname of the ticket owner. The same for <OTRS_RESPONSIBLE_UserFirstname>.
<OTRS_OWNER_UserFirstname> is a placeholder in replys etc. that is replaced with the firstname of the ticket owner. The same for <OTRS_RESPONSIBLE_UserFirstname>.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Re: Need help otrs
reneeb wrote:Can you describe more detailed what you want to achieve?
<OTRS_OWNER_UserFirstname> is a placeholder in replys etc. that is replaced with the firstname of the ticket owner. The same for <OTRS_RESPONSIBLE_UserFirstname>.
I have 4 file and 4 operator. I want to assign a file to each operator of such so that when a user sends a message that the automatic response or I defined ( Responsable: Agent : <OTRS_RESPONSIBLE_UserFirstname> ) the User know that it is the agent who is responsible for his ticket.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Need help otrs
Edit Config Settings in Ticket -> Core::Ticket
Ticket::DefineEmailFrom
Ticket::DefineEmailFrom
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Re: Need help otrs
Please
How can i disable agent 'AddNote' notification ??
How can i disable agent 'AddNote' notification ??
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Need help otrs
If the ticket is locked by one agent and a different agent adds a note to the ticket, this is to let the owner know that there was a note added to the ticket. Otherwise, the owner won't be notified about notes left on the ticket.atingbowest wrote:How can i disable agent 'AddNote' notification ??
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 19
- Joined: 12 Dec 2013, 14:00
- Znuny Version: 3.3.2
Re: Need help otrs
crythias wrote:If the ticket is locked by one agent and a different agent adds a note to the ticket, this is to let the owner know that there was a note added to the ticket. Otherwise, the owner won't be notified about notes left on the ticket.atingbowest wrote:How can i disable agent 'AddNote' notification ??
So by default this notify (AddNote) can't disable ???
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Need help otrs
No.atingbowest wrote:So by default this notify (AddNote) can't disable ???
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask