{{author.full_name}} updated the filters of {{ worklist.title }} .

Added: {{ evt.event_info.added.type == 'Story' ? 'Stories' : 'Tasks' }} where {{ criterion.field | capitalize }} {{ criterion.negative ? 'is not' : 'is' }} {{ criterion.title }} and

Removed: {{ evt.event_info.removed.type == 'Story' ? 'Stories' : 'Tasks' }} where {{ criterion.field | capitalize }} {{ criterion.negative ? 'is not' : 'is' }} {{ criterion.title }} and

Updated:
From: {{ evt.event_info.updated.old.type == 'Story' ? 'Stories' : 'Tasks' }} where {{ criterion.field | capitalize }} {{ criterion.negative ? 'is not' : 'is' }} {{ criterion.title }} and
To: {{ evt.event_info.updated.new.type == 'Story' ? 'Stories' : 'Tasks' }} where {{ criterion.field | capitalize }} {{ criterion.negative ? 'is not' : 'is' }} {{ criterion.title }} and