Infix Operator: AND
Description
The AND operator can be used to combine one or more terminal expressions.
Examples
All requirements, with a status a draft, that are assigned to me:
| Code Block | ||
|---|---|---|
| ||
EntityType = Requirement AND Status = Draft AND AssignedTo = Me() |