Additional operators for multi tree selects

Infos:

  • Used Zammad version: 6.3.1
  • Used Zammad installation type: package
  • Operating system: Debian 12
  • Browser + version: Chrome (newest)

Expected behavior:

I want to react with a trigger on an empty multi tree select, but that’s not possible.

  • The following operators for conditions (a. e. in triggers) on multi tree select objects should be added.
    • is empy
    • is not empty

Actual behavior:

  • only the following operators are available
    • contains all
    • contains one
    • contains all not
    • contains one not

Steps to reproduce the behavior:

  • it’s not implemented yet

I hope I’m in the correct category, if not, please move it to feature request.

this already exists, though it’s a bit unintuitive

“empty” can be realised with:
contains one not → choose all elements

“not empty” can be realised with:
contains one → choose all elements

1 Like