Versions Compared

Key

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

...

Code Block
languagenone
days.hours:minutes: seconds

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

...

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

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

...

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

...