Hello,
I have some task transition notification filters.
For example: I have a handler notification filter that send a notification to the new handler when some one (except the new handler) do a transition in a task and assign the task to this new handler.
The filter definition is:
- Handler IS 'current user'
- Message submiter IS NOT 'current user'
The problem is that I receive a notification (triggering this same filter) when some one change the task description.
Could I define the filter to not receive this notification when someone change the task description?
Thanks
