Versions Compared

Key

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

...

Code Block
languagenone
days.hours:minutes: seconds

1 day, 3 hours, 15 min minutes can be written as follows:

...

Or in the shorthand form (familiar to JiraJIRA/JQL users):

Code Block
languagenone
EstimatedLessActualDuration = "1w 2d 1h 30m"

...

Note: Because dates can contain hours, minutes and second componentsseconds, testing for date equality may not match as you would expect, . It is suggested that you use Date Ranges for matching values where you are not sure of the exact time component.

...