[SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template

Moderator: crythias

Post Reply
adminrd
Znuny newbie
Posts: 39
Joined: 29 Aug 2013, 15:14
Znuny Version: 5.0.9

[SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by adminrd »

Hi all,

OTRS 3.2.7

I add the tags <OTRS_TICKET_SolutionInMin> and <OTRS_TICKET_SolutionTime> in the response template.

But when I send the response the values are empty.

I suppose I have to activate some flag in the code, I tried to add Extended => 1 in the AgentTicketCompose.pm but it does nothing.

Notice: I add these tags in a Notification Event template and it works.

Thanks for your help,
Last edited by adminrd on 11 Jun 2015, 11:07, edited 1 time in total.
adminrd
Znuny newbie
Posts: 39
Joined: 29 Aug 2013, 15:14
Znuny Version: 5.0.9

Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by adminrd »

Anyone ?
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by crythias »

They may be empty because they're 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
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by RStraub »

From my understanding, solution is calculated as soon as a ticket is closed (and maybe only if a SLA with SolutionTime is attached to it).

But I'm rather baffled that it works with notifications then :)
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
adminrd
Znuny newbie
Posts: 39
Joined: 29 Aug 2013, 15:14
Znuny Version: 5.0.9

Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by adminrd »

Yes, I can see the fields SolutionTime and SolutionInMin in the Notification Event and in the search.
Maybe my "Extended => 1" modification is not in the good source or maybe I miss somme other change to do in the code ?
I'm really stuck on this now...
Here's my response template:

Code: Select all

Avis de clôture ticket <OTRS_TICKET_DynamicField_TicketFreeText6_Value> <OTRS_TICKET_TicketNumber>

Interlocuteur : <OTRS_CUSTOMER_REALNAME>, <OTRS_CUSTOMER_From>
Identifiant site : <OTRS_TICKET_DynamicField_TicketFreeText1_Value>

Objet :
Avis de clôture ticket : <OTRS_TICKET_DynamicField_TicketFreeText6_Value> <OTRS_TICKET_TicketNumber>

Bonjour,
Nous vous confirmons la clôture du ticket <OTRS_TICKET_TicketNumber>

Information d'ouverture de ticket
Date de signalisation : <OTRS_TICKET_Created>

Description de la signalisation :
<OTRS_TICKET_DynamicField_Descriptif_Value>

Information de clôture de ticket

Descriptif des actions effectuées :
<OTRS_TICKET_DynamicField_Correctif_Value>

Date de rétablissement : <OTRS_TICKET_SolutionTime>
FirstResponse : <OTRS_TICKET_FirstResponse>
FirstResponseInMin : <OTRS_TICKET_FirstResponseInMin>
SolutionTime : <OTRS_TICKET_SolutionTime>
SolutionInMin : <OTRS_TICKET_SolutionInMin>
SolutionDiffInMin : <OTRS_TICKET_SolutionDiffInMin>
FirstLock : <OTRS_TICKET_FirstLock>

Clôture ticket le : <OTRS_Ticket_Changed>

Temps de rétablissement : <OTRS_TICKET_SolutionInMin> min

------------------------------------------------------------------------------------------------------
Cordialement,
<OTRS_CURRENT_UserFirstname> <OTRS_CURRENT_UserLastname>
Thanks,
Best regards,
adminrd
Znuny newbie
Posts: 39
Joined: 29 Aug 2013, 15:14
Znuny Version: 5.0.9

[SOLVED]Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Post by adminrd »

Hi all,

I get it !
In fact the Extended =>1 must be in the TicketGet function of the Kernel/System/TemplateGenerator.pm source file.

Regards,
Post Reply