Versions Compared

Key

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

...

Now()

Perform searches based on the current time.

Supported fields

Created. , Due, Resolved, Updated, custom fields of type Date/Time

Supported operators

"= , != , > , >= , < , <= WAS* , WAS IN* , WAS NOT* , WAS NOT IN* , CHANGED*"

* only in predicate

Unsupported operators

~ , !~ IS , IS NOT , IN , NOT IN

Examples

Find issues that are overdue:

duedate < now() and status not in (closed, resolved)

...