Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Keyword

Function

AND, OR, NOT, ()

Boolean operators. Example: key ~ ‘FN%’ AND NOT (@Property = ‘Functional’ AND @Component = ‘Core’).

= '...'

== '...'

Strict equality.

~ '...%...'

Soft equality. Use % in the string as a wildcard.

@...

Reference to a property of the requirement (if you've defined requirements in columns).

IS NULL

Can be used for any attribute. Example: JIRA IS NULL.

IS NOT NULL

Can be used for the field 'baseline'.

...