Hi,
I'm in the process of testing an upgrade to get the to latest version. I am currently running 3.0.13 and I have replicated that setup on a test server, I then upgraded to 3.1.21 following the documentation. Everything went fine, but I can't find the freetime fields that I used to use in my tickets. I checked the database and they currently are freetime1 and freetime2 in the ticket table, but I can't find anything similar in the new database. All I can find is TicketFreeKey and TicketFreeText 1 and 2 that are valid, but I can't easily decode how they're mapped in the dynamic_field_value table. Well, in fact my ticketfreetime1 is now field_id 33 and ticketfreetime2 is now 34. And none of the 2 are showing in the ticket zoom view. I tried setting Ticket::Frontend::AgentTicketZoom###DynamicField parameters, but no luck. No errors in the logs or during the upgrade process.
Thanks,
Ugo
Cannot find freetime fields after upgrade 3.0 -> 3.1
Moderator: crythias
Re: Cannot find freetime fields after upgrade 3.0 -> 3.1
Hi,
all FreeTextFields are converted to DynamicFields (see Admin Menu)
You should find your 'old' FreeTextFields converted, there.
If you don't find dynamic fields there, you've done the upgrade wrong
Florian
all FreeTextFields are converted to DynamicFields (see Admin Menu)
You should find your 'old' FreeTextFields converted, there.
If you don't find dynamic fields there, you've done the upgrade wrong

Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
Re: Cannot find freetime fields after upgrade 3.0 -> 3.1
So there should be 2 Dynamic fields of type "Time/Date" there? I think my upgrade process is right, I followed OTRS' docs and got no errors.
Re: Cannot find freetime fields after upgrade 3.0 -> 3.1
I checked into Ticket::Frontend::AgentTicketFreeText###DynamicField because I configured this section to allow me to change TicketFreeTime1 and it is still there.
I added TicketFreeTime1 and TicketFreeTime2 to Ticket::Frontend::AgentTicketZoom###DynamicField and they are now displayed. To me, it looks ok, but is it normal? I still don't see them in Dynamic Fields List.
I added TicketFreeTime1 and TicketFreeTime2 to Ticket::Frontend::AgentTicketZoom###DynamicField and they are now displayed. To me, it looks ok, but is it normal? I still don't see them in Dynamic Fields List.
Re: Cannot find freetime fields after upgrade 3.0 -> 3.1
I found them on page to of the Dynamic Fields section. Not too proud of myself...