Hi,
I wonder if someone can help me with this one.
I set up a notification for customer to receive an email every time when ticket is closed.
I need to attach original (first article) ticket body to it. I've noticed that if you use <OTRS_CUSTOMER_Body> it will only display the last customer reply. Is there a way to use first article?
Thank you
S
Customer ticket Body
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer ticket Body
Don't do that. Reply to the first article with next state closed.
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: Customer ticket Body
How can I do that?
At the moment my custom Notification event is like this:
Recipient groups: Customer
Event: TicketStateUpdate
State: closed
Subject: Ticket #:<OTRS_TICKET_TicketNumber> is now closed
Text: Hello <OTRS_CUSTOMER_REALNAME>,
This ticket number:<OTRS_TICKET_TicketNumber> has been closed.
Subject: "<OTRS_CUSTOMER_Subject>"
details: <OTRS_CUSTOMER_Body>
At the moment my custom Notification event is like this:
Recipient groups: Customer
Event: TicketStateUpdate
State: closed
Subject: Ticket #:<OTRS_TICKET_TicketNumber> is now closed
Text: Hello <OTRS_CUSTOMER_REALNAME>,
This ticket number:<OTRS_TICKET_TicketNumber> has been closed.
Subject: "<OTRS_CUSTOMER_Subject>"
details: <OTRS_CUSTOMER_Body>
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer ticket Body
TicketZoom.sebdar wrote:How can I do that?
Select the first customer article
Create a Reply/Response
Set the next state to closed successfully.
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: Customer ticket Body
Thanks, but this not giving a notification to the customer that ticket state has changed to close
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer ticket Body
then create a response that includes the information and attach it to the queue.
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: Customer ticket Body
awesome, thank you!!!!