Versions Compared

Key

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

...

EstimatedDuration is a reference field for Requirements requirements and Scriptsscripts.

Examples

Two formats are supported:

...

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
EstimatedDuration = "1w 2d 1h 30m"

...

Code Block
languagenone
EstimatedDuration IN ["1 day", "4 days"]

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

...