conflict_exclude_rules

The conflict_exclude_rules attribute controls the conditions under which membership conflicts are excluded from membership conflict reports

Type: Model object attribute (text)

Default value: not set

The following syntaxes are supported:

Table 1. Supported syntaxes
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.

Additional Information


Feedback