On Wed, Dec 2, 2015 at 9:35 AM, Joe Kirby <[email protected]> wrote:
> Matt
>
> I appreciate the suggestion however as a non-perl programmer I am not able
> to transition this to my template
Sure.
> I was hoping to have some command that would replace this line in the
> template so the child ticket could receive all the values from the parent as
> I am creating this dynamical via script/template
>
> ITNM-Topic: {$Tickets{'TOP'}->FirstCustomFieldValue('ITNM-Topic’)}
Just replace the "FirstCustomFieldValue" with "CustomFieldValuesAsString".
-m