Zammad Version 7.0.1
I have subgroups and would like to use only the subgroup name in the signature.
Unfortunately, #(ticket.group.name) returns the name maingroup::subgroup.
I there a way to use only the name of the subgroup?
Björn
Zammad Version 7.0.1
I have subgroups and would like to use only the subgroup name in the signature.
Unfortunately, #(ticket.group.name) returns the name maingroup::subgroup.
I there a way to use only the name of the subgroup?
Björn
hi @bps , try this:
#{ticket.group.name_last}
works fine,
thx björn
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.