Has Open Issue Rule

This validation rule checks whether the Document Object has any 'Open Issues'.

If the current Document Object has a status that is considered 'Open', an inconsistency is displayed.

<HasOpenIssueRule TypeNameIssue="Issue" OpenAttributeName="Status">
      <ExpectedAttributeValue>Closed</ExpectedAttributeValue>
      <ExpectedAttributeValue>Duplicate</ExpectedAttributeValue>
      <ExpectedAttributeValue>Misunderstood</ExpectedAttributeValue>
</HasOpenIssueRule>

TypeNameIssue (Required)

The type name of the Issue Document Object.

OpenAttributeName (Required)

The attribute name of the EnumAttribute that denotes the status of the issue.

ExpectedAttributeValue (Xml Elements, at least one is required)

The values of the attribute denoted by the OpenAttributeName that specifies the 'Closed' (non-open) status.

Last updated

Was this helpful?