Hi there, quick question:
How can I set a trigger to check if the field for a linear ticket is empty?
Thanks
Infos:
- Used Zammad version: latest
- Used Zammad installation type: cloud
- Operating system:
- Browser + version:
Hi there, quick question:
How can I set a trigger to check if the field for a linear ticket is empty?
Thanks
You can use regex. For empty fields you can write ^$ (it means: ^ is the beginning of the string and the $ is the end. In this case „nothing between this two symbols“)
Thanks @Dennis1993
it’s what we got at the moment, I was just hoping there would be a simpler way?
Should we mark this as a feature request then?
In my opinion, no. Since we have regex here, it is very flexible and your wish can be easily implemented.
So I think all is good
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.