Variables in Link Template return "-"

Infos:

  • Used Zammad version: 3.2

Expected behavior:

Variables in link template of a url ticket-object should return correct values.

Actual behavior:

#{ticket.created_by.email} -> returns -
#{user.login} -> returns -
#{ticket.owner.fullname} -> returns -
#{user.firstname} -> returns -
#{article.created_by.firstname} -> returns -
#{ticket.created_by.firstname} -> returns -
#{ticket.owner.firstname} -> returns -
#{ticket.id} -> works
#{ticket.title} -> works

Steps to reproduce the behavior:

Sounds exactly like this issue: https://github.com/zammad/zammad/issues/2876

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.