You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pat a # will return true if the workitem has an "a" field
pat b.c # will return true if the workitem has a "b.c" field
pat b.c: true # will return true if the workitem's b.c field holds `true`
pat !d # will return true if the workitem doesn't have a d field
pat e, v.a # will return true if the workitem has a e field and the variable a is set
# ...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: