Versions Compared

Key

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

Operator: Less Than (

...

<)

Description

Less Than is used to compare two numeric values, it is used for fields which represent:

...

All script assignments where the estimated duration is less than 5 minutes (Note: you can write time values as either '5m' or '5 minutes' or '00:05:00:05')

Code Block
languagenone
EntityType = ScriptAssignment AND EstimatedDuration < '5m'