Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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
languagenone
EntityType = Requirement AND Status = Draft AND AssignedTo = Me()

See Also