Hello
i want to implement a notification date, which can be set by the agent individually for each ticket. when the date passed, the agent should get a email with the notification, nothing else should happen. the state of the ticket should be "open" all the time.
how can i achiev this?
thanks
[SOLVED] Simple notification
Moderator: crythias
[SOLVED] Simple notification
Last edited by zip on 08 Apr 2014, 15:56, edited 1 time in total.
OTRS 5.0.9 - CentOS 7 - MariaDB 5.5
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Simple notification
Use a pending reminder.
Yes, I know you said you want to keep the ticket in state open. Otherwise, the agent probably has an email account outside of OTRS that has calendar/reminder functionality and can use that instead of OTRS.
Yes, I know you said you want to keep the ticket in state open. Otherwise, the agent probably has an email account outside of OTRS that has calendar/reminder functionality and can use that instead of OTRS.
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
Re: Simple notification
When i set the state of a ticket to pending reminder and then want to send the customer a email via reply
[Tue Apr 8 14:19:49 2014][Error][Kernel::System::Time::Date2SystemTime][349] Need Year!
and letting the state in this windows to "-" so that the pending reminder do not get cancelled,
the email is not sent and i get this error:[Tue Apr 8 14:19:49 2014][Error][Kernel::System::Time::Date2SystemTime][349] Need Year!
You do not have the required permissions to view the files attached to this post.
OTRS 5.0.9 - CentOS 7 - MariaDB 5.5
Re: Simple notification
btw, why its not possible to send a email via generic agent? this would solve the problem.
OTRS 5.0.9 - CentOS 7 - MariaDB 5.5
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Simple notification
it is possible to have generic agent change something in the ticket and have notification (event) react to it.zip wrote:btw, why its not possible to send a email via generic agent? this would solve the problem.
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Simple notification
btw, the response you gave me is explicitly designed to interrupt pending reminder.
The reminder is "reply to customer"
The action is "I'm replying to customer"
The state change is now "open" because you've successfully interrupted the pending reminder.
The reminder is "reply to customer"
The action is "I'm replying to customer"
The state change is now "open" because you've successfully interrupted the pending reminder.
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Simple notification
You could, in theory, add a note and use the note + notification (event) to workaround or manually set a next-state pending reminder when you reply.
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
Re: Simple notification
I made a generic agent which is adding a note when the notification date passed and then sending a email via the agent notification AddNote.
Thanks a lot for your help!
Thanks a lot for your help!
OTRS 5.0.9 - CentOS 7 - MariaDB 5.5