Trigger - check if Linear field is empty?

Hi there, quick question:
How can I set a trigger to check if the field for a linear ticket is empty?

Thanks :slight_smile:

Infos:

  • Used Zammad version: latest
  • Used Zammad installation type: cloud
  • Operating system:
  • Browser + version:

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“) :slight_smile:

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?

1 Like

In my opinion, no. Since we have regex here, it is very flexible and your wish can be easily implemented. :slight_smile:

So I think all is good :+1: :smiling_face:

2 Likes

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