...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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.
...