
Hi all, so I'm thinking of a functionality that would require for a ticket to have several values for the same dynamic field, you can think of it like a 'tag' dynamic field and a ticket would be able to have multiple tags. A quick solution would be to have a string dynamic field with a comma-separated list of values but my dynamic field would be slightly more complex and this wouldn't be a good solution for me. Has anyone tried something similar? Kind regards, Juan Clavero

Hi, On 10/24/2016 10:42 AM, Juan Manuel Clavero Almirón wrote:
Hi all,
so I’m thinking of a functionality that would require for a ticket to have several values for the same dynamic field, you can think of it like a ‘tag’ dynamic field and a ticket would be able to have multiple tags.
A quick solution would be to have a string dynamic field with a comma-separated list of values but my dynamic field would be slightly more complex and this wouldn’t be a good solution for me.
The storage backend for dynamic fields support multiple values "out of the box" already. And maybe the multiselect field type already uses it. So you might need to write some code to provide a frontend. Cheers, Moritz
participants (2)
-
Juan Manuel Clavero Almirón
-
Moritz Lenz