Versions Compared

Key

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

...

Provided functions

estimationCreator()

The estimationCreator() function will return all issues with a specific creator.

...

Code Block
issue in estimationCreator(admin, smith)

estimationDue()

The estimationDue() function will return issue matching specific criteria regarding its due date. The function expects, zero, one or two arguments.

...