Rules - Execute action only if ticket has no "Ticket Tag"

How could I achieve the below:

'{TICKET TAG:TagName}' == ''
You need to specify the tag type/name and constrain as vaue == ‘’ (null or no tag since tag doesnt exist without a value)

In {TICKET TAG:X}, X isnt the value, the expression returns the value of the tag with the name/type of x

Thats for searching and filtering rules in the rule list.

1 Like