zammad / zammad

Zammad is a web based open source helpdesk/customer support system
https://zammad.org
GNU Affero General Public License v3.0
4.42k stars 752 forks source link

Notes not available in variables (signature) during ticket creation #2533

Open MrGeneration opened 5 years ago

MrGeneration commented 5 years ago

Infos:

Expected behavior:

When adding any variable note to a signature, Zammad will display the variables content (or rather the variable is set) at any moment you could get it's value. E.g. when answering to tickets or creating new ones.

Actual behavior:

When creating new tickets, only #{user.organization.note} is available during the creation process. The following variables are not:

#{ticket.group.note}
#{ticket.created_by.note}
#{ticket.customer.note}
#{ticket.organization.note}
#{ticket.owner.note}

Steps to reproduce the behavior:

Yes I'm sure this is a bug and no feature request or a general question.

dominikklein commented 1 year ago

Maybe similar problem: https://github.com/zammad/zammad/issues/4448