Link-Template with selected option in variable

Hallo,

  • Used Zammad version: 3.2
  • Used Zammad installation source: debian packages
  • Operating system: debian stretch
  • Browser + version: Firefox 71

Expected behavior:

I would like to add a ticket.object from the type “Select” with a link that points to different paths dependent on the selected option.

I have configured this Link-Template:

http://localhost/i-doit/rfc/rfc/#{ticket.rfclink.value}/#{ticket.number}

… and expected to get a link with the key of the selected option and the ticket number.

Actual behavior:

The variable #{ticket.rfclink.value} always results in “-”, no matter which option was selected, e.g. http://localhost/i-doit/rfc/rfc/-/608708 or the ticket #608708 regardless which option was selected.

Steps to reproduce the behavior:

  • Create new Object of type Select with Link-Template including a variable that should evaluate the selected option.

Smells like this issue:

Thank you! I’ll watch this issue on Github.

1 Like

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