Type: Model object attribute (text)
Default value: not set
The following syntaxes are supported:
Syntax | Description |
---|---|
attrname=attrvalue | Excludes any conflict where the attrname attribute value matches attrvalue on the task if it is a task conflict or on the object if it is an object conflict. |
attrname!=attrvalue | Excludes any conflicts where the attrname attribute value does not match attrvalue on the task or object. |
EXISTS(attrname) | Excludes any conflicts where the task or object has an attribute named attrname. |
NOT_EXISTS(attrname) | Excludes any conflicts where the task or object does not have an attribute named attrname. |
MATCHING(attrname) | Excludes any conflicts where the attrname attribute value matches that of the task or object. |
NOT_MATCHING(attrname) | Excludes any conflicts where the attrname attribute value does not match that of the task or object. |