Infos:
- Used Zammad version: Zammad Version 6.3.1-1715754184.27f4405b.bookworm
- Used Zammad installation type: package
- Operating system: Debian 12 (Bookworm)
- Browser + version: Firefox 129.0
Expected behavior:
- Hidden fields will get shown upon selecting a specific entry in a select field
Actual behavior:
- Nothing happens
Steps to reproduce the behavior:
- Create a new text attribute on the ticket object for example “Inventory Number”
- Select that its hidden by default
- Create a new select attribute on the ticket object (Type of Ticket)
- Select that its hidden by default
- Create two workflows
1.- Object: Ticket
- Condition: organization is specific Company xyz
- Action: Show ticket type
- Priority: 500
- Everything else default (stop after match: no, active: active)
- Object: Ticket
- Conditions:
- organization is specific Company xyz
- ticket type is “problem with computer”
- Action:
- Show inventory number
- Set mandatory inventory number
- Priority: 501
- Everything else default (stop after match: no, active: active)
There was a similar thread a while ago which didn’t get resolved: Dynamic fields in tickets - #2 by ecomsilio