Versions Compared

Key

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

...

Searching all issues which are in estimation state

Status
colourYellow
titleESTIMATING
and are due or overdue.

Code Block
issue in estimationDue()

...

Will return all issues which are in estimation state `ESTIMATING`

Status
colourYellow
titleESTIMATING
and will be due at `2020-08-01`.

...

Will return all issues which are in estimation state `ESTIMATING`

Status
colourYellow
titleESTIMATING
and will be due in the date range between `2020-08-01`, `2020-08-07`.

Search for tickets with a relative duration:

...

Will return all issues which are in estimation state `ESTIMATING`

Status
colourYellow
titleESTIMATING
and will be due in one week from now.

...

Will return all issues which are in estimation state `ESTIMATING`

Status
colourYellow
titleESTIMATING
and are due in the range of the past seven and future seven days.

...

The estimatesMissing() function will return all issues which are in estimation state

Status
colourYellow
titleESTIMATING
and that have missing estimates.

...